From 33e043a7fc0c24bdfa2f498364353fefb87f8241 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 24 Jul 2018 19:46:41 +0200 Subject: [PATCH] margin --- static/nryg.less | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/static/nryg.less b/static/nryg.less index 639ed403..48f87022 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -124,7 +124,7 @@ nav { border-radius: 4px; background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1); padding: 4px; - + margin: 4px; &.upper-box { border-radius: 4px 4px 0 0; @@ -619,12 +619,10 @@ nav { //Desktop .left { grid-column: 1; - margin: 4px; } .right { grid-column: 2; - margin: 4px; } } @@ -632,14 +630,10 @@ nav { //Mobile .left { grid-row: 1; - margin-top: 4px; - margin-bottom: 4px; } .right { grid-row: 2; - margin-top: 4px; - margin-bottom: 4px; } } }