margin top in article h2 header

This commit is contained in:
Tobias Brunner 2025-07-07 17:36:30 +02:00
parent b3c1b00ae8
commit 93eb45930a
No known key found for this signature in database

View file

@ -12535,3 +12535,7 @@ a.btn:focus {
font-weight: bold; font-weight: bold;
text-decoration: underline; text-decoration: underline;
} }
.article-content h2 {
margin-top: 3rem;
}