diff options
| author | Hunternif <hunternif@gmail.com> | 2021-09-03 17:35:44 +0100 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2021-09-03 17:54:00 +0100 |
| commit | 02275b982fa66439e12e42c14a0b2e1e2eeea374 (patch) | |
| tree | e04bd37f69a0b32a9e4d832c0dab199b589c5256 /client/css | |
| parent | 63326a502e078176804a720afaa4746999f006ac (diff) | |
client: more compact margins in post sidebar
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-main-view.styl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index cb1f018..5fa36c5 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -35,6 +35,7 @@ text-align: center @media (max-width: 800px) margin-top: 1em + margin-bottom: 0 .tag-icon width: 1em text-align: right @@ -125,7 +126,6 @@ margin-top: 1em .relations, .similar - margin-top: 2em h1 margin-bottom: 0.5em .thumbnail @@ -135,9 +135,11 @@ li margin: 0 0.3em 0.3em 0 display: inline-block + @media (max-width: 800px) + h1 + margin-top: 0.5em .tags, .metrics - margin-top: 2em h1 margin-bottom: 0.5em @media (max-width: 800px) |