From 9af389339a23de8d20753202f7ec97f5e00d5d9f Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Tue, 10 Apr 2018 19:56:21 +0200 Subject: padding should be on the nav, not the container. my bad. --- static/style.css | 5 ++--- templates/main/navigation.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 5c63f106..d3a4490e 100644 --- a/static/style.css +++ b/static/style.css @@ -68,7 +68,7 @@ body { } .uk-article-title { - margin-bottom: 0 !important; + margin-bottom: 0 !important;https://pythondiscord.com/ } .uk-article-meta { @@ -114,8 +114,7 @@ footer div.uk-section div.uk-text-center { display: none; } -div.navbar-padding { +.uk-navbar-container { padding-left: 40px; padding-right: 40px; - box-sizing: content-box; } \ No newline at end of file diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 5dc78cc6..214451d8 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -3,7 +3,7 @@ margin-left: -20px; } -