diff options
| author | kanta <kanta.munton@gmail.com> | 2020-07-16 18:40:44 +0100 |
|---|---|---|
| committer | zorun <github@bitsofnetworks.org> | 2020-07-18 00:50:11 +0200 |
| commit | 65988d499354187153298e87f863e52f98d0d054 (patch) | |
| tree | a2ced44a03fa5ec4825347f769b2c82e3f774760 /ihatemoney/static/css/main.css | |
| parent | 351185b8547859bf63a032db2ec675632312dfd5 (diff) | |
| download | ihatemoney-mirror-65988d499354187153298e87f863e52f98d0d054.zip ihatemoney-mirror-65988d499354187153298e87f863e52f98d0d054.tar.gz ihatemoney-mirror-65988d499354187153298e87f863e52f98d0d054.tar.bz2 | |
Changed @media max-width for .home .card to 450px to make it more responsive
Diffstat (limited to 'ihatemoney/static/css/main.css')
| -rw-r--r-- | ihatemoney/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 44bc5de..a4fae28 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -162,7 +162,7 @@ body { margin-bottom: 20px; margin-left: 25px; } -@media (max-width: 400px) { +@media (max-width: 450px) { .home .card { min-width: unset; } |
