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; }