From 8636b9e73446d7ee058732d550351694f133ab79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 19 Jun 2019 15:08:30 +0200 Subject: [PATCH] juvignac: restore padding on first navigation element --- static/juvignac/_custom.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/juvignac/_custom.scss b/static/juvignac/_custom.scss index 5c4cde9b..5a1d3049 100644 --- a/static/juvignac/_custom.scss +++ b/static/juvignac/_custom.scss @@ -28,9 +28,6 @@ div#nav { text-transform: uppercase; & > ul { margin-top: 0; - & > li:first-child > a { - padding-left: 0; - } a { text-transform: uppercase; font-weight: normal;