Added section dividers on small screens

This commit is contained in:
Ethan N. Paul
2017-08-30 00:02:15 -04:00
parent ded32ad78e
commit 7937aa9675
2 changed files with 15 additions and 0 deletions

View File

@@ -347,10 +347,17 @@ ul.banner-social-buttons {
margin-top: 0;
}
.section-divider {
display: none;
}
@media screen and (max-width:767px) {
#logo_about {
display: none;
}
.section-divider {
display: block;
}
.heading_large {
display: none;
}