From b0f9e927e38c137d2b38e35aa686231a0b5e8415 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 04:45:42 +0000 Subject: [PATCH] Improved the behavior of icons Signed-off-by: Valentin Popov --- assets/css/hyde.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/hyde.css b/assets/css/hyde.css index f2261ce..5de313b 100644 --- a/assets/css/hyde.css +++ b/assets/css/hyde.css @@ -74,7 +74,15 @@ a.sidebar-nav-item:focus { .sidebar-nav-icon { display: inline; - margin-right: 1rem; + margin-left: 2%; + margin-right: 2%; +} + +@media (min-width: 48em) { + .sidebar-nav-icon { + margin-left: 0rem; + margin-right: 1rem; + } } /**