adjust spacing on front page on mobile

This commit is contained in:
Aadil Ayub 2024-06-13 13:37:48 +05:00
parent 06fc832882
commit 942d851b02

View File

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