Zmiana w wyglądzie elementów listy pociągów, poprawki kosmetyczne

This commit is contained in:
2020-08-31 23:45:56 +02:00
parent 2f482d94b2
commit c7950ac757
17 changed files with 550 additions and 388 deletions
+3 -3
View File
@@ -23,7 +23,7 @@ html {
body {
width: 100%;
margin: 0;
font-family: "Lato", sans-serif;
font-family: "Open Sans", sans-serif;
overflow-x: hidden;
}
@@ -31,7 +31,7 @@ body {
button,
input,
select {
font-family: "Lato", sans-serif;
font-family: "Open Sans", sans-serif;
}
input {
@@ -208,4 +208,4 @@ ul {
&-column {
flex-direction: column;
}
}
}