aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-11 23:51:02 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-11 23:51:02 +0200
commit6ede600cefd9ff249e0a087a96b8e0fde50a5657 (patch)
tree661b17234bbd08b7ec3a00281c3816f72e9cec12 /pydis_site/settings.py
parentMake the pipeline green as grass. (diff)
New landing page. Not quite done yet. This probably should've been more than one commit.
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index f7668f65..7eb552cd 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -255,5 +255,6 @@ BULMA_SETTINGS = {
"variables": {
"primary": "#7289DA",
"link": "$primary",
+ "navbar-height": "4.75rem",
}
}