diff --git a/static/css/main.css b/static/css/main.css index 241a6fe..b7fc7f8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -467,6 +467,16 @@ mark { } /* Post */ +.post__content { + flex: 1 0 auto; + margin: 0; + color: #c3c3c3; +} + +.post__content p:last-child { + margin-bottom: 0; +} + .post__meta { font-size: 14px; color: #888;