1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-25 20:56:07 -05: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

View File

@@ -1,5 +1,6 @@
.meta {
display: inline-flex;
display: flex;
justify-items: flex-start;
flex-wrap: wrap;
font-size: 0.925em;
line-height: 2.3;
@@ -8,6 +9,8 @@
}
.meta .metaItem {
display: inline-flex;
align-items: center;
margin-right: 1.6em;
white-space: nowrap;
}
@@ -17,17 +20,16 @@
}
.meta .metaIcon {
display: inline-block;
width: 1.2em;
height: 1.2em;
vertical-align: -0.225em;
width: 1.25em;
height: 1.25em;
margin-right: 0.6em;
flex-shrink: 0;
}
.meta .metaTags {
white-space: normal;
display: inline-flex;
flex-wrap: wrap;
white-space: normal;
}
.meta .metaTag {