mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
hotfix: responsywność, scrollbar
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user