css: fix missing margin top in guides

This commit is contained in:
selsta 2022-04-26 01:05:58 +02:00
parent 82d06b2c60
commit 6ff361408e
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -3113,7 +3113,7 @@ footer {
} }
.guides h2:first-of-type { .guides h2:first-of-type {
margin-top: 0; margin-top: 2rem;
} }
.guides span { .guides span {