aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/events
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-11-20 13:58:26 -0800
committerGravatar GitHub <[email protected]>2022-11-20 13:58:26 -0800
commitf4311d6a1074ba3f34ef0cbba087e6ad06ce8602 (patch)
tree7d6a6588e3afb7216468c9114f91aee851ba6c07 /pydis_site/static/css/events
parentAppeased the formatter (diff)
parentMerge pull request #789 from python-discord/messages-in-past-n-days-endpoint (diff)
Merge branch 'main' into keeping-tokens-safe
Diffstat (limited to 'pydis_site/static/css/events')
-rw-r--r--pydis_site/static/css/events/base.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/pydis_site/static/css/events/base.css b/pydis_site/static/css/events/base.css
index 266bca1d..9e244ed9 100644
--- a/pydis_site/static/css/events/base.css
+++ b/pydis_site/static/css/events/base.css
@@ -10,3 +10,11 @@ pre {
*/
background-color: #282c34;
}
+
+.panel .panel-heading {
+ /*
+ * Remove whitespace between the panel heading and the first item in a panel,
+ * since it makes the first panel item taller than the others.
+ */
+ margin-bottom: 0 !important
+}