Skip to content

Commit

Permalink
feat(style): ol li style fix before elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlijnvanlent committed Aug 26, 2024
1 parent 43df972 commit c2a5ef5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/style/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
padding: 0;
}

ol {
list-style: none;
padding: 0;

li::before {
display: none !important;
}
}

.vo-html-sitemap__grid {
padding: 0;
display: grid;
Expand Down

0 comments on commit c2a5ef5

Please sign in to comment.