mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 10:42:24 +02:00
Changed @media max-width for .home .card to 450px to make it more responsive
This commit is contained in:
parent
351185b854
commit
65988d4993
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ body {
|
|||
margin-bottom: 20px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
@media (max-width: 450px) {
|
||||
.home .card {
|
||||
min-width: unset;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue