Test grid
This commit is contained in:
parent
6d0be27c2e
commit
7434e35ffe
@ -23,7 +23,7 @@ body {
|
||||
grid-template-areas: "nav nav nav nav"
|
||||
"main main main main"
|
||||
"foot foot foot foot";
|
||||
grid-template-rows: 2fr 1fr 2fr 1fr;
|
||||
grid-template-rows: 55px auto 30px;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
align-items: center;
|
||||
background: linear-gradient(127deg, var(--secondary-bg), var(--primary-bg)) no-repeat fixed;
|
||||
@ -42,7 +42,6 @@ body > nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
height: 55px;
|
||||
position: relative;
|
||||
z-index: 500;
|
||||
grid-area: nav;
|
||||
|
Loading…
Reference in New Issue
Block a user