Center <p> in section

This commit is contained in:
Petr Pridal 2016-08-05 00:57:10 +02:00
parent 8585720380
commit 41027dd975

View file

@ -42,6 +42,9 @@ section{
width: 930px;
padding: 30px 0;
}
section p {
text-align: center;
}
.title img {
width: 320px;
}
@ -197,4 +200,4 @@ body {
.btn:first-child{
padding: 0 20px;
}
}
}