layout ok on firefox

This commit is contained in:
asus
2024-05-17 11:38:17 +02:00
parent f5c7b07aad
commit c9150faa52
8 changed files with 123 additions and 24 deletions

View File

@@ -2,7 +2,8 @@ section {
display: grid;
margin: 0px;
width: 100vw;
grid: 1fr auto 1fr / auto;
grid-template-columns: 1fr auto 1fr;
grid-auto-rows: auto;
grid-gap: 10px;
gap: 10px;
min-height: 100vh;
@@ -24,7 +25,7 @@ section {
> * {
grid-column: 2 / span 1;
}
> .full_width {
> .grid_full_width {
grid-column: 1 / span 3;
}