From 4e5925c2b4f5b9bed94c5a61edc17c8630207b24 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 29 Aug 2023 15:15:43 +0500 Subject: [PATCH] copy over additional css from wp customizer --- style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/style.css b/style.css index 4724b13..755610a 100644 --- a/style.css +++ b/style.css @@ -202,6 +202,34 @@ html, body { } } +/* copied over from "additional css" panel in wp + TODO: integrate this with the rest of the css +*/ +@media screen and (max-width: 600px) { + .home-flower { + display: none; + } + .wp-container-13 .wp-block-group { + padding-top: 0 !important; + } + + h1, p { + padding: 1rem; + } + + .footer { + padding-inline: 1rem; + } + + .footer p { + padding: 0; + } + + .wp-site-blocks .wp-block-group:nth-child(1) { + padding-top: 24px !important; + } +} + @media screen and (min-width: 782px){ .nav-menu { display: block;