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;
}
.columns, .vcol{
top: 50px;
flex-direction: column;
flex-wrap: wrap;
max-height: 90%;
.container {
grid-template-rows: 1fr 1.5em 1fr 5fr auto 0px;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"sitecount pets"
"quotes quotes"
"navigation navigation"
"main main"
"blinker blinker"
"cbox name";
}
.left-sidebar, .right-sidebar {