tweak footer font sizes on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-13 13:50:08 +05:00
parent 942d851b02
commit 0d2959e8ea
2 changed files with 13 additions and 0 deletions

View File

@ -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;
}
}