From 5d8b8212cc452a09b393d1024c832b464fe03740 Mon Sep 17 00:00:00 2001 From: Kromonos Date: Wed, 14 Dec 2022 20:46:56 +0100 Subject: Add a small margin (#167) --- static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 166a83f..ce01793 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -297,10 +297,18 @@ nav a i { padding: 15px; } +.left-column h1 { + margin: 0 0 10px 0; +} + .left-column h2 { margin: 10px 0 10px 0; } +.left-column h3 { + margin: 10px 0 0 0; +} + .right-column { width: 250px; background: var(--color-bg-menu); -- cgit v1.2.3