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; } }