diff options
| author | Hunternif | 2019-04-14 15:03:18 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-14 15:03:18 +0700 |
| commit | 14b85fc3064feb7c5e5996c2025c785b3a7a1551 (patch) | |
| tree | ac5325018ef286467493295479b389f32cddba93 /client/css/post-list-view.styl | |
| parent | a2314c6ea9f38beca048b18cf8d9faea1d2e8ab1 (diff) | |
Taller images in post list on mobile
Diffstat (limited to 'client/css/post-list-view.styl')
| -rw-r--r-- | client/css/post-list-view.styl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 60cfb1c..0bd6ef9 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -16,11 +16,11 @@ flex-grow: 1 display: inline-block text-align: left - min-width: 8em + min-width: 9em width: 12vw &:not(.flexbox-dummy) - min-height: 7.5em - height: 9vw + min-height: 10em + height: 12vw .thumbnail-wrapper display: inline-block |