Przywrócono podział typów pojazdów w menu wyboru

This commit is contained in:
2022-08-01 09:05:53 +02:00
parent 5505e0d475
commit 116b3d27ca
5 changed files with 194 additions and 107 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ main {
min-height: 75vh;
grid-template-columns: 1fr 2fr;
grid-template-rows: 350px auto;
grid-template-rows: 330px minmax(400px, 1fr);
padding: 0.5em;
}