Skip to content

Commit

Permalink
fix: title wrapper margins (#632)
Browse files Browse the repository at this point in the history
My #629 fixed side scrolling, but it turns out a 100% max-width also means no margins on narrow displays. This fixes both issues.
  • Loading branch information
henrik authored Dec 26, 2024
1 parent 80cdf7e commit cc565e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.iconize-inline-title-wrapper {
width: var(--line-width);
max-width: 100%;
max-width: var(--max-width);
margin-inline: var(--content-margin);
}

Expand Down

0 comments on commit cc565e1

Please sign in to comment.