wip beta
This commit is contained in:
parent
c40231c102
commit
c2333fa042
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user