1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-02 02:56:00 -04:00

a bunch of cleanup, mostly of my messy css hacks over the years

This commit is contained in:
2025-04-18 12:11:16 -04:00
parent eec8f5e1c2
commit 98ea88dae9
25 changed files with 221 additions and 184 deletions
+5 -4
View File
@@ -1,6 +1,8 @@
.link {
display: inline-block;
display: inline-flex;
align-items: center;
padding: 0.6em;
margin-top: 0.2em;
color: var(--colors-medium-dark) !important;
}
@@ -17,17 +19,16 @@
}
.icon {
display: inline-block;
display: block;
width: 1.25em;
height: 1.25em;
vertical-align: -0.3em;
}
.label {
margin-left: 0.7em;
font-size: 0.925em;
font-weight: 500;
letter-spacing: 0.025em;
margin-left: 0.7em;
}
@media (max-width: 768px) {