mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Margin to button search and width media query for game list.
This commit is contained in:
parent
bb08f03b9c
commit
feb40603ff
2 changed files with 2 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 550px) {
|
@media (max-width: 650px) {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue