Skip to content

Commit d769fae

Browse files
authored
Fix title wrapper margins
My #629 fixed side scrolling, but it turns out a 100% max-width also means no margins on narrow displays. This fixes both issues.
1 parent 80cdf7e commit d769fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.iconize-inline-title-wrapper {
22
width: var(--line-width);
3-
max-width: 100%;
3+
max-width: var(--max-width);
44
margin-inline: var(--content-margin);
55
}
66

0 commit comments

Comments
 (0)