correct sections on home page

This commit is contained in:
Wirlaburla 2023-07-16 23:44:02 -05:00
parent 82f7f1a898
commit 15520e7ca6

View File

@ -733,7 +733,7 @@ nav.top.alert p {
@media (orientation: portrait) { @media (orientation: portrait) {
body.home .page-container { body.home .page-container {
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column;
} }
body.home .page-container .section { body.home .page-container .section {
@ -743,10 +743,8 @@ nav.top.alert p {
} }
@media (orientation: landscape) { @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 .container { padding: 4px; }
body.home .page-container .section.primary,
body.home .page-container .section.sidebar { width: 50%; }
} }
body.home .logo img { body.home .logo img {
@ -790,6 +788,7 @@ body.home .page-container .section .container .title {
body.home .page-container .footer { body.home .page-container .footer {
display: flex; display: flex;
} }
/* == BLOG */ /* == BLOG */
body.blog .page-container .month { body.blog .page-container .month {
display: grid; display: grid;