1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-17 10:28:46 -04:00

make link underlines and rounded corners proportional to font size

This commit is contained in:
2022-02-01 14:19:23 -05:00
parent 83f06d2abd
commit c4e212f6de
5 changed files with 9 additions and 8 deletions

View File

@@ -8,8 +8,8 @@
.link:hover,
.link.current {
border-bottom: 3px solid;
margin-bottom: -3px;
border-bottom: 0.2em solid;
margin-bottom: -0.2em;
}
.link:hover {