wip beta
This commit is contained in:
parent
897d0c0045
commit
4bd5075613
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user