1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 12:05:30 -04:00

refactor the link underline logic to produce smaller output

This commit is contained in:
2022-03-04 09:33:44 -05:00
parent 71fe4455d1
commit f8b6378faf
16 changed files with 77 additions and 55 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const Title = styled("h1", {
margin: "0 0.075em",
},
"@mobile": {
"@medium": {
fontSize: "1.8em",
},
});