wip beta
This commit is contained in:
parent
c40231c102
commit
c2333fa042
@ -53,6 +53,18 @@ span.place {
|
||||
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 {
|
||||
display: flex;
|
||||
flex-direction: line;
|
||||
@ -60,13 +72,6 @@ span.place {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
#content_wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#center_wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user