From a1c789c29e687e117a0ec70b488f19878dd71251 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Mon, 12 Apr 2021 19:56:21 +0200 Subject: Fix some misbehavior in main.css --- static/css/main.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 9caecb9..1e88501 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -354,6 +354,10 @@ table th { margin-bottom: 45px; } +.flat .post { + margin-bottom: 45px; +} + .post-header { display: flex; } @@ -386,7 +390,7 @@ table th { font-weight: bold; } -.post { +.markdown { overflow: hidden; } @@ -395,10 +399,6 @@ table th { font-family: "Roboto Slab Regular", serif; } -.post .post-header { - margin-bottom: 30px; -} - .post .draft-label { color: var(--bq-color); text-decoration: underline; @@ -666,4 +666,12 @@ p code { .icons { font-size: 1.8rem; } + + .left, .alignleft { + float: none; + } + + .right, .alignright { + float: none; + } } -- cgit v1.2.3