Skip to content

Commit

Permalink
Fix wrong small version of all-icons-divider
Browse files Browse the repository at this point in the history
[why]
In the small screen version the all-icons section divider becomes
ellyptic or something, not round anymore.

[how]
When scaling down we do not scale the line spacing down enough.

Fixes: ryanoasis#1376

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Oct 9, 2023
1 parent f8b2bb4 commit 20da768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/css/nerd-font-tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ a.nerd-font-button:before {
}

.sectioninner3 {
line-height: 21px;
line-height: 16px;
font-size: 11px;
}
}
Expand Down

0 comments on commit 20da768

Please sign in to comment.