Poprawki kodu. Dodano interaktywność rozkładów jazdy.

This commit is contained in:
2020-09-06 21:55:55 +02:00
parent 33b3837bd8
commit 5adb990361
11 changed files with 236 additions and 61 deletions
+6 -2
View File
@@ -137,14 +137,18 @@ input {
width: 95%;
}
@include bigScreen {
font-size: 1.4rem;
}
&-exit {
position: absolute;
top: 0;
right: 0;
margin: 0.8em;
margin: 0.3em 0em;
img {
width: 1.5em;
width: 1.6em;
}
cursor: pointer;
+2 -2
View File
@@ -5,7 +5,7 @@
}
@mixin bigScreen() {
@media only screen and (min-width: 1600px) {
@media only screen and (min-width: 2000px) {
@content;
}
}
}