From ce29e1c88bbf3cf614880cd505639db99c82d432 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 18 Dec 2022 10:53:58 +0100 Subject: [PATCH] feat: full-width home --- home.php | 3 +-- scss/custom/_global.scss | 4 ++-- style.css | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/home.php b/home.php index a7e565b..77354d2 100644 --- a/home.php +++ b/home.php @@ -1,5 +1,5 @@ -
+
@@ -17,5 +17,4 @@
- diff --git a/scss/custom/_global.scss b/scss/custom/_global.scss index 2667620..d5ca535 100644 --- a/scss/custom/_global.scss +++ b/scss/custom/_global.scss @@ -104,8 +104,8 @@ header h1 { } } -.mainpane { - grid-area: main; +.fullwidth { + grid-column: span 2; } .sidebar { diff --git a/style.css b/style.css index c4bac7b..b9f97b2 100644 --- a/style.css +++ b/style.css @@ -2811,8 +2811,8 @@ header h1 { .container-blog { grid-template-columns: auto 360px; grid-template-areas: "main side"; } } -.mainpane { - grid-area: main; } +.fullwidth { + grid-column: span 2; } .sidebar { grid-area: side; }