Skip to content

Commit d73d325

Browse files
committed
Remove weird top padding for first panel item.
1 parent d62ce6f commit d73d325

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pydis_site/static/css/events/base.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ pre {
1010
*/
1111
background-color: #282c34;
1212
}
13+
14+
.panel .panel-heading {
15+
/*
16+
* Remove whitespace between the panel heading and the first item in a panel,
17+
* since it makes the first panel item taller than the others.
18+
*/
19+
margin-bottom: 0 !important
20+
}

0 commit comments

Comments
 (0)