mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
hotfix: responsywność, scrollbar
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -21,6 +21,10 @@ $accentColor: #e4c428;
|
||||
border-radius: 1rem;
|
||||
background: #777;
|
||||
}
|
||||
|
||||
&-corner {
|
||||
background: #222;
|
||||
}
|
||||
}
|
||||
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user