adjust spacing on front page on mobile
This commit is contained in:
parent
06fc832882
commit
942d851b02
@ -66,4 +66,11 @@ ul.wp-block-navigation.mobile-header-nav li {
|
||||
.site-footer a:hover,
|
||||
.site-footer a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* fixing padding for certain elements on front page */
|
||||
@media (max-width: 480px) {
|
||||
body {
|
||||
--wp--preset--spacing--80: 2.5rem
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user