From ea29cc76d6d7b1f4afbdc4cf0c87f901ec67dd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 1 Apr 2020 21:17:25 +0200 Subject: Add bottom border to small calendar. --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 80b26346..97aa1ad5 100644 --- a/static/style.css +++ b/static/style.css @@ -78,6 +78,9 @@ html, body { .sideinfo .about { display: flex; justify-content: center; + + margin: 0 1em; + border-bottom: 2px solid gray; } .sideinfo .small-calendar { -- cgit v1.2.3