mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Media query smaller screen flex.
This commit is contained in:
parent
112b5dae4a
commit
93a13eec94
1 changed files with 5 additions and 0 deletions
|
|
@ -62,5 +62,10 @@
|
|||
gap: 1rem;
|
||||
place-items: center;
|
||||
margin: 1rem;
|
||||
|
||||
@media (max-width: 850px) {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue