1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 19:55:26 -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
@@ -1,6 +1,6 @@
.hr {
margin: 1.5em auto;
height: 2px;
height: 0.175em;
border: 0;
background-color: var(--light);
}