From 5331874c77a7d0c9895209520b578ca83f479dca Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 3 Jul 2018 23:43:34 +0200 Subject: [PATCH] Tweak the CSS --- sass/base_theme.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sass/base_theme.scss b/sass/base_theme.scss index e4e2a37..41c0432 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -91,8 +91,9 @@ a:hover { list-style-type: none; padding: 0; li { - float:left; - margin-bottom:10px; + float: left; + margin-bottom: 10px; + margin-right: 10px; } } a { @@ -131,7 +132,7 @@ a:hover { #container { width: 90%; max-width: 720px; - margin: 40px auto; + margin: 30px auto; } #container #notes { margin-top: 20px;