This commit is contained in:
mco-system 2023-04-07 19:18:26 +11:00
parent c40231c102
commit c2333fa042
1 changed files with 12 additions and 7 deletions

View File

@ -53,6 +53,18 @@ span.place {
font-family: pfdintextcomppromedium; font-family: pfdintextcomppromedium;
} }
#content_wrapper {
position: fixed;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 100vw; /* viewport width */
height: 100vh; /* viewport height */
overflow-y: scroll;
overflow-x: hidden;
}
#main_wrapper { #main_wrapper {
display: flex; display: flex;
flex-direction: line; flex-direction: line;
@ -60,13 +72,6 @@ span.place {
align-items: start; align-items: start;
} }
#content_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
#center_wrapper { #center_wrapper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;