diff options
| author | 2022-12-09 22:27:08 -0800 | |
|---|---|---|
| committer | 2022-12-09 22:27:08 -0800 | |
| commit | aeeec9d11307b75ed117dabf7c04698bd9186d77 (patch) | |
| tree | a23267fa619b5f98187ec5e027d3701c6e34f231 /pydis_site/static/css/events | |
| parent | Appeased the requests from reviews. (diff) | |
| parent | Merge pull request #811 from python-discord/dependabot/pip/flake8-bugbear-22.... (diff) | |
Merge branch 'main' into 695-setting-different-statuses-on-your-bot
Diffstat (limited to 'pydis_site/static/css/events')
| -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 +} |