layout ok on firefox
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user