Added section dividers on small screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user