aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-10-05 14:49:29 +0100
committerGravatar Gareth Coles <[email protected]>2019-10-05 14:49:29 +0100
commit23f7f9e5f09e7b5b52810d19ffe7ad31eeabd054 (patch)
tree92b534413076b32bb722e8f2d75f93ea90832d0c /pydis_site/static
parentClean up and comment signal tests (diff)
Add MessageRedirectView and show messages on the index page
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/base/base.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css
index ce1503a3..283e89cb 100644
--- a/pydis_site/static/css/base/base.css
+++ b/pydis_site/static/css/base/base.css
@@ -70,3 +70,11 @@ div.card.has-equal-height {
#pydis-text {
font-weight: bold;
}
+
+button.is-size-navbar-menu {
+ font-size: 14px;
+}
+
+section.message-section {
+ padding: 1.5rem 1.5rem 0 1.5rem;
+}