diff --git a/style.css b/style.css index ba76569..e23ba62 100644 --- a/style.css +++ b/style.css @@ -63,4 +63,10 @@ with others. .wp-site-blocks h2 a { text-decoration: none; +} + +.wp-site-blocks .home-flower { + margin-bottom: -40px; + z-index: -20; + position: relative; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 4887ffa..a6fd22f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@
-
-
+
+
@@ -9,12 +9,18 @@
- -
+ +
- -
+ +
+ +
+
+ +
diff --git a/theme.json b/theme.json index 919fb55..14abfdb 100644 --- a/theme.json +++ b/theme.json @@ -76,8 +76,8 @@ ] }, "layout": { - "contentSize": "1000px", - "wideSize": "1100px" + "contentSize": "1226px", + "wideSize": "1226px" }, "spacing": { "units": [ "px", "em", "rem", "vh", "vw", "%" ]