fix(style): Consistent alert headings

This commit is contained in:
ArneBo 2024-12-30 12:07:02 +01:00 committed by upsiflu
parent 424cea646e
commit 44643a9b96
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
display: flex;
flex-direction: column;
h4 {
h2, h3, h4 {
margin-top: 0;
margin-bottom: 1.2em;
}