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;