From 15520e7ca64ec1d9dcbea45dbc83a7d7c6d1b673 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 16 Jul 2023 23:44:02 -0500 Subject: [PATCH] correct sections on home page --- style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 7242802..240f191 100644 --- a/style.css +++ b/style.css @@ -733,7 +733,7 @@ nav.top.alert p { @media (orientation: portrait) { body.home .page-container { display: flex; - flex-direction: column-reverse; + flex-direction: column; } body.home .page-container .section { @@ -743,10 +743,8 @@ nav.top.alert p { } @media (orientation: landscape) { - body.home .page-container .section { margin: 0px -2px; } + body.home .page-container .section { width: 50%; margin: 0px -2px; } body.home .page-container .section .container { padding: 4px; } - body.home .page-container .section.primary, - body.home .page-container .section.sidebar { width: 50%; } } body.home .logo img { @@ -790,6 +788,7 @@ body.home .page-container .section .container .title { body.home .page-container .footer { display: flex; } + /* == BLOG */ body.blog .page-container .month { display: grid;