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 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'static') 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 -- cgit v1.2.3