Give headers more space on mobile
This commit is contained in:
@@ -328,6 +328,10 @@ html, body {
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: $font-family-heading;
|
||||
|
||||
@media(max-width:767px) {
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.view-header {
|
||||
|
||||
Reference in New Issue
Block a user