fix scrolling (full random)

pull/32/head
remrem 2 years ago
parent c64df8e75f
commit 093c084074

@ -36,14 +36,14 @@
.column { .column {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: calc(100vh - 7vh - 6em); padding: 3em;
height: calc(100vh - 5rem - 7em);
} }
#left { #left {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 60%; width: 60%;
padding: 3em;
background-color: white; background-color: white;
} }
@ -53,7 +53,6 @@
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
width: 40%; width: 40%;
padding: 3em;
background-color: white; background-color: white;
} }

Loading…
Cancel
Save