mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Testing override width mobile
This commit is contained in:
parent
423e4aab6e
commit
79af851c18
1 changed files with 3 additions and 0 deletions
|
|
@ -129,6 +129,9 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
@media (max-width: 450px) {
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue