From 7c563dfda77ee91126a956757d4029fe8cd7a819 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 24 Jul 2018 19:48:50 +0200 Subject: [PATCH] margin4 --- static/nryg.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/nryg.less b/static/nryg.less index 0d31da4a..360c7e00 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -128,7 +128,7 @@ nav { margin-right: 4px; &.upper-box { - margin-top: 2px; + margin-top: 4px; border-radius: 4px 4px 0 0; background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.2); color: @accent-color; @@ -137,7 +137,7 @@ nav { } &.lower-box { - margin-bottom: 2px; + margin-bottom: 4px; border-radius: 0 0 4px 4px; } }