From 0d2959e8eae37ac2ff73bf9bc4cb85d1810ffc8d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jun 2024 13:50:08 +0500 Subject: [PATCH] tweak footer font sizes on mobile --- assets/css/custom.css | 7 +++++++ theme.json | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index 3404e1a..52dd37f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -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; + } } \ No newline at end of file diff --git a/theme.json b/theme.json index 2904a67..0604375 100644 --- a/theme.json +++ b/theme.json @@ -478,6 +478,12 @@ "size": "16px", "slug": "small" }, + { + "fluid": false, + "name": "Standard", + "size": "18px", + "slug": "standard" + }, { "fluid": false, "name": "Medium",