beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
1 changed files with 4 additions and 6 deletions
Showing only changes of commit 4bd5075613 - Show all commits

View File

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