mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 17:52:37 +02:00
Changed @media max-width for .home .card to 450px to make it more responsive
(cherry picked from commit 65988d4993
)
This commit is contained in:
parent
d4506dee71
commit
b6f71708f2
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ body {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 450px) {
|
||||||
.home .card {
|
.home .card {
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue