diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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); |