aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Kieran Siek <[email protected]>2021-04-01 21:15:36 +0800
committerGravatar GitHub <[email protected]>2021-04-01 21:15:36 +0800
commit5f77e80691179ba54ddabf8500dfa704e9514430 (patch)
treed5cf47421e50fad39eed628e61b20f79a7667ca2 /pydis_site/settings.py
parentMerge pull request #393 from ks129/guides-app (diff)
parentChange typo postion -> position in Real Python podcast resource (diff)
Merge pull request #421 from ks129/resources-lists
Dewikification - Display resources based on YAML files
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 3abf556a..47750a47 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -279,7 +279,8 @@ BULMA_SETTINGS = {
"dimensions": "16 24 32 48 64 96 128 256 512", # Possible image dimensions
"navbar-height": "4.75rem",
"footer-padding": "1rem 1.5rem 1rem",
- }
+ "tooltip-max-width": "30rem",
+ },
}
# Information about site repository