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
+5
View File
@@ -164,7 +164,12 @@ footer {
/* MOBILE VIEWS */
@media screen and (max-width: $breakpointMd) {
#app {
font-size: calc(0.7rem + 0.75vw);
}
main {
display: flex;
flex-direction: column;
+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%;
+4
View File
@@ -21,6 +21,10 @@ $accentColor: #e4c428;
border-radius: 1rem;
background: #777;
}
&-corner {
background: #222;
}
}
body,