tweak footer font sizes on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -73,4 +73,11 @@ ul.wp-block-navigation.mobile-header-nav li {
|
||||
body {
|
||||
--wp--preset--spacing--80: 2.5rem
|
||||
}
|
||||
}
|
||||
|
||||
/* tweak footer font sizes on mobile */
|
||||
@media (max-width: 480px) {
|
||||
.site-footer ul.is-style-arrow li {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user