This commit is contained in:
mco-system 2023-04-07 19:26:25 +11:00
parent 897d0c0045
commit 4bd5075613
1 changed files with 4 additions and 6 deletions

View File

@ -65,19 +65,16 @@ span.place {
flex-direction: line; flex-direction: line;
justify-content: flex-start; justify-content: flex-start;
align-items: start; align-items: start;
height: 100vh;
} }
#center_wrapper { #center_wrapper {
background-color: red;
position: fixed;
top: 0;
bottom:0;
height: 100vh; /* viewport height */
overflow-y: scroll;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
flex-grow: 10;
overflow: auto;
} }
#header { #header {
@ -101,6 +98,7 @@ img.logo {
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
gap: 2em; gap: 2em;
flex-grow: 1;
} }
.button { .button {