hotfix: responsywność, scrollbar

This commit is contained in:
2023-02-13 00:07:47 +01:00
parent cdb172e1e9
commit 25367163f9
3 changed files with 15 additions and 0 deletions
+6
View File
@@ -117,6 +117,12 @@ const randomizeTrainNumber = () => {
}
}
@media screen and (max-width: $breakpointMd) {
.number-generator {
min-height: 100vh;
}
}
@media screen and (max-width: $breakpointSm) {
.options select {
width: 100%;