diff options
| author | Hunternif | 2019-04-13 03:14:40 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-13 03:14:40 +0700 |
| commit | 18e3ade5f2b54a1519b6d6db23f01d99392fbf48 (patch) | |
| tree | 53de85c9ed0cd817afff12442743d2006024a624 /client/css/post-list-view.styl | |
| parent | 68eb1b39161fbed51d2dda0289d6635981068bb9 (diff) | |
Tighter image grid
Diffstat (limited to 'client/css/post-list-view.styl')
| -rw-r--r-- | client/css/post-list-view.styl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 2d9f167..60cfb1c 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -3,20 +3,20 @@ .post-list ul list-style-type: none - margin: 0 padding: 0 display: flex align-content: flex-end flex-wrap: wrap - margin: 0 -0.25em + margin: 0 -1.5em + @media (max-width: 1000px) + margin: 0 -1em li position: relative flex-grow: 1 - margin: 0 0.25em 0.5em 0.25em display: inline-block text-align: left - min-width: 10em + min-width: 8em width: 12vw &:not(.flexbox-dummy) min-height: 7.5em |