Merge pull request #1950

css: fix missing margin top in guides
This commit is contained in:
luigi1111 2022-06-30 14:03:00 -05:00 committed by GitHub
commit 9bf1cbe3b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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