fix: only one h1 on a page (closes #1269)

This commit is contained in:
Jacky Zhao
2024-08-05 19:18:48 -07:00
parent ca3943b500
commit 407fad384c
3 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@ button#explorer {
display: flex;
align-items: center;
& h1 {
& h2 {
font-size: 1rem;
display: inline-block;
margin: 0;