diff options
author | 2022-06-18 20:29:26 -0400 | |
---|---|---|
committer | 2022-06-18 20:29:26 -0400 | |
commit | da9a6eb2123865d19c78ca562870b0ac10a02d62 (patch) | |
tree | be295a2f706c84fc7212acfad073104ebe580d33 /pydis_site/static/css | |
parent | Merge pull request #723 from python-discord/cj9_info (diff) | |
parent | Emphasize code jam title. (diff) |
Merge pull request #724 from python-discord/events-css
Slightly improve events page CSS.
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r-- | pydis_site/static/css/events/base.css | 8 |
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 +} |