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

This commit is contained in:
Aadil Ayub 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 { body {
--wp--preset--spacing--80: 2.5rem --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;
}
} }

View File

@ -478,6 +478,12 @@
"size": "16px", "size": "16px",
"slug": "small" "slug": "small"
}, },
{
"fluid": false,
"name": "Standard",
"size": "18px",
"slug": "standard"
},
{ {
"fluid": false, "fluid": false,
"name": "Medium", "name": "Medium",