fixed the new grid layout for mobile

This commit is contained in:
etherware-novice 2024-08-14 20:42:08 -05:00
parent cb46e9d86c
commit acfb47a16e
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -6,11 +6,16 @@ i dont know what im doing */
font-size: 1.50em; font-size: 1.50em;
} }
.columns, .vcol{ .container {
top: 50px; grid-template-rows: 1fr 1.5em 1fr 5fr auto 0px;
flex-direction: column; grid-template-columns: 1fr 1fr;
flex-wrap: wrap; grid-template-areas:
max-height: 90%; "sitecount pets"
"quotes quotes"
"navigation navigation"
"main main"
"blinker blinker"
"cbox name";
} }
.left-sidebar, .right-sidebar { .left-sidebar, .right-sidebar {