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) {
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;