Fix scrolling on smaller screens
This commit is contained in:
parent
8f37f43ca4
commit
88a4f50ed7
|
@ -124,6 +124,9 @@ span {
|
|||
}
|
||||
.center-left {
|
||||
margin-left: auto;
|
||||
top: 2em;
|
||||
padding-bottom: 2em;
|
||||
transform: unset;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue