fixed grid for the interface
This commit is contained in:
parent
15c6ad8be1
commit
19d8603117
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@ body {
|
|||
flex-direction: column;*/
|
||||
display: grid;
|
||||
min-height: 100vh;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
/*grid-template-rows: auto 1fr auto;*/
|
||||
grid-template-columns: 0.2fr 1fr;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -72,7 +73,7 @@ header h2 {
|
|||
}
|
||||
|
||||
#main {
|
||||
margin: 2em 3em 5em 3em;
|
||||
margin: 2em 3em 5em 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in a new issue