Filter input on highscore 100% width on mobile.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user