diff --git a/static/base.css b/static/base.css index fdffd8c..e64a37e 100644 --- a/static/base.css +++ b/static/base.css @@ -56,7 +56,7 @@ nav>* { } nav> :first-child { - padding-left: 0; + padding: 0; border: none; } diff --git a/templates/base.html b/templates/base.html index 1da4130..0895921 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,8 +11,8 @@