1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

not messing with the base font size sure fixes a ton of problems....

This commit is contained in:
2021-12-31 19:51:29 -05:00
parent a6499fd5bb
commit 854b9da5e2
19 changed files with 66 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
.card {
width: 100%;
padding: 1em 1.2em;
padding: 1.2em;
border: 1px solid;
border-radius: 0.5em;
font-size: 0.85em;
@@ -13,17 +13,18 @@
}
.description {
margin: 0.4em 0 0.7em;
margin: 0.7em 0;
line-height: 1.7;
}
.meta {
display: flex;
flex-wrap: wrap;
align-items: baseline;
.meta_item {
margin-right: 1.5em;
font-size: 0.9em;
font-size: 0.875em;
color: var(--medium);
a {