Fix scrolling on smaller screens

This commit is contained in:
Agatha Lovelace 2021-03-29 02:54:58 +03:00
parent 8f37f43ca4
commit 88a4f50ed7
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ span {
}
.center-left {
margin-left: auto;
top: 2em;
padding-bottom: 2em;
transform: unset;
}
}