hotfix: breakpoint; cleanup

This commit is contained in:
2023-02-13 00:01:52 +01:00
parent dd6a1669f0
commit cdb172e1e9
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -172,11 +172,5 @@ footer {
grid-template-rows: 1fr; grid-template-rows: 1fr;
} }
} }
// @media screen and (max-width: $breakpointSm) {
// header {
// font-size: 0.75em;
// }
// }
</style> </style>
+1 -1
View File
@@ -117,7 +117,7 @@ const randomizeTrainNumber = () => {
} }
} }
@media screen and (max-width: 600px) { @media screen and (max-width: $breakpointSm) {
.options select { .options select {
width: 100%; width: 100%;
} }