mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 18:52:23 +02:00
fix(Home): correct responsive width of cards (#549)
(cherry picked from commit 23b7e397f2
)
This commit is contained in:
parent
ff7bcc27e3
commit
0eabb1354a
1 changed files with 5 additions and 0 deletions
|
@ -151,6 +151,11 @@ body {
|
|||
margin-bottom: 20px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
.home .card {
|
||||
min-width: unset;
|
||||
}
|
||||
}
|
||||
/* Other */
|
||||
|
||||
#bills {
|
||||
|
|
Loading…
Reference in a new issue