adjust spacing on front page on mobile
This commit is contained in:
parent
06fc832882
commit
942d851b02
@ -67,3 +67,10 @@ ul.wp-block-navigation.mobile-header-nav li {
|
||||
.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