mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-12-05 14:18:58 -05:00
refactor the link underline logic to produce smaller output
This commit is contained in:
@@ -34,7 +34,7 @@ const Label = styled("span", {
|
||||
marginTop: "0.1em",
|
||||
marginLeft: "0.8em",
|
||||
|
||||
"@mobile": {
|
||||
"@medium": {
|
||||
display: "none",
|
||||
},
|
||||
});
|
||||
@@ -44,7 +44,7 @@ const Icon = styled("svg", {
|
||||
height: "1.25em",
|
||||
verticalAlign: "-0.3em",
|
||||
|
||||
"@mobile": {
|
||||
"@medium": {
|
||||
width: "1.8em",
|
||||
height: "1.8em",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user