Fixed spacing on detail page

This commit is contained in:
Ethan N. Paul
2017-08-31 13:48:58 -04:00
parent 0a06dda195
commit 41acc30519
2 changed files with 13 additions and 9 deletions

View File

@@ -36,6 +36,10 @@ p {
line-height: 1.5;
}
.data {
padding-bottom: 75px;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;