Margin to button search and width media query for game list.

This commit is contained in:
Bradley Shellnut 2022-08-07 15:02:14 -07:00
parent bb08f03b9c
commit feb40603ff
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@
}
button {
padding: 1rem;
margin-bottom: 1.5rem;
}
label {

View file

@ -99,7 +99,7 @@
grid-template-columns: 1fr 1fr;
}
@media (max-width: 550px) {
@media (max-width: 650px) {
grid-template-columns: 1fr;
}
}