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;