Filter input on highscore 100% width on mobile.

This commit is contained in:
2020-11-16 14:35:50 +01:00
parent 3b8d6f22ca
commit d20acadf87

View File

@@ -122,10 +122,14 @@ h1 {
.filter input { .filter input {
font-size: 1rem; font-size: 1rem;
width: 30%; width: 100%;
border-color: black; border-color: black;
border-width: 1.5px; border-width: 1.5px;
padding: 0.75rem 1rem; padding: 0.75rem 1rem;
@include desktop {
width: 30%;
}
} }
.highscore-header { .highscore-header {