From 742b24ab4eb5af8412aaa2f960544148feca9846 Mon Sep 17 00:00:00 2001 From: desmukh Date: Tue, 9 May 2023 14:22:30 +0500 Subject: [PATCH] home: reposition flower at bottom of section --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d609c27..01de8fc 100644 --- a/style.css +++ b/style.css @@ -76,7 +76,7 @@ html, body { } .wp-site-blocks .home-flower { - margin-bottom: -90px; + margin-bottom: -90px !important; z-index: -20; position: relative; }