Skip to content

Commit

Permalink
fix h1 styling in sitemap view
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenri committed Dec 21, 2023
1 parent a568566 commit 9c64884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/312.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix margins of h1 in sitemap view @steffenri
2 changes: 2 additions & 0 deletions src/theme/_sitemap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#page-sitemap {
h1 {
@include page-title();
@include vertical-space-h1();
@include word-break();
}

ul {
Expand Down

0 comments on commit 9c64884

Please sign in to comment.