mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 20:18:12 +00:00
hotfix: responsywność, scrollbar
This commit is contained in:
@@ -164,7 +164,12 @@ footer {
|
|||||||
|
|
||||||
/* MOBILE VIEWS */
|
/* MOBILE VIEWS */
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointMd) {
|
@media screen and (max-width: $breakpointMd) {
|
||||||
|
#app {
|
||||||
|
font-size: calc(0.7rem + 0.75vw);
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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) {
|
@media screen and (max-width: $breakpointSm) {
|
||||||
.options select {
|
.options select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -21,6 +21,10 @@ $accentColor: #e4c428;
|
|||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
background: #777;
|
background: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-corner {
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
|
|||||||
Reference in New Issue
Block a user