Skip to content

Commit

Permalink
Improved article excerpt font size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Oct 21, 2024
1 parent a58f728 commit 5fc72c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1982,8 +1982,8 @@ Search LOGO Login Subscribe
.gh-article-excerpt {
margin-top: clamp(12px, 0.45vw + 10.18px, 16px);
max-width: 720px;
font-size: clamp(1.5rem, 0.45vw + 1.32rem, 1.9rem);
line-height: 1.4;
font-size: clamp(1.7rem, 0.23vw + 1.61rem, 1.9rem);
line-height: 1.45;
letter-spacing: -0.018em;
}

Expand Down

0 comments on commit 5fc72c9

Please sign in to comment.