Skip to content

Commit fb58907

Browse files
Fixed line height issue for sub and sup elements
1 parent dea41b0 commit fb58907

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ h1, h2, h3, h4, h5, h6 {
128128
line-height: 1.2;
129129
}
130130

131+
sub, sup {
132+
line-height: 1;
133+
}
134+
131135
/* 4. Globals
132136
/* ---------------------------------------------------------- */
133137

0 commit comments

Comments
 (0)