small whitespace tweak

This commit is contained in:
Koen Lageveen 2014-11-20 08:35:21 +01:00
parent e815415793
commit a5da7b91ca
1 changed files with 4 additions and 1 deletions

View File

@ -127,7 +127,10 @@
}
article p {
text-align: center;
padding: 0 32px 32px 32px;
padding: 0 32px 16px 32px;
}
article p:last-child {
padding-bottom: 32px;
}
article form {
margin-bottom: 32px;