Skip to content

Commit

Permalink
fix h1 styling in sitemap view (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenri authored Dec 22, 2023
1 parent 17bc583 commit 0e6f9f7
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 0e6f9f7

Please sign in to comment.