Skip to content

Commit 5fc72c9

Browse files
Improved article excerpt font size on mobile
1 parent a58f728 commit 5fc72c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/built/screen.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1982,8 +1982,8 @@ Search LOGO Login Subscribe
19821982
.gh-article-excerpt {
19831983
margin-top: clamp(12px, 0.45vw + 10.18px, 16px);
19841984
max-width: 720px;
1985-
font-size: clamp(1.5rem, 0.45vw + 1.32rem, 1.9rem);
1986-
line-height: 1.4;
1985+
font-size: clamp(1.7rem, 0.23vw + 1.61rem, 1.9rem);
1986+
line-height: 1.45;
19871987
letter-spacing: -0.018em;
19881988
}
19891989

0 commit comments

Comments
 (0)