From 69f46396d97d3b5ef9717a41f3ecbc8f0dac0f2c Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 19:52:59 +0500 Subject: [PATCH] homepage: add spacing to values list on mobile --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 7c4280e..3d3b0f2 100644 --- a/style.css +++ b/style.css @@ -132,6 +132,10 @@ html, body { .home .wp-site-blocks h1.wp-block-heading { margin-top: 28px !important; } + + #our-values.values-list { + margin-block: 75px + } } @media screen and (min-width: 600px){