aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-04-10 19:56:21 +0200
committerGravatar Leon Sandøy <[email protected]>2018-04-10 19:56:21 +0200
commit9af389339a23de8d20753202f7ec97f5e00d5d9f (patch)
tree34eec839a360d4e17fe51d8ceb950d963988a371 /static
parentMerge branch 'master' of github.com:discord-python/site (diff)
padding should be on the nav, not the container. my bad.
Diffstat (limited to 'static')
-rw-r--r--static/style.css5
1 files changed, 2 insertions, 3 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