1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 11:46:39 -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,10 +1,10 @@
.section {
margin: 1.5em 0;
margin: 2.4em 0;
.year {
font-size: 2.1em;
font-size: 2.2em;
margin-top: 0;
margin-bottom: 0.4em;
margin-bottom: 0.5em;
}
.list {
@ -25,3 +25,9 @@
margin-bottom: 0;
}
}
@media screen and (max-width: 768px) {
.section .year {
font-size: 2em;
}
}

View File

@ -1,6 +1,5 @@
.row {
display: flex;
letter-spacing: -0.008em;
line-height: 1.75;
margin-bottom: 1em;
}

View File

@ -61,7 +61,6 @@
font-size: 2.1em;
line-height: 1.3;
font-weight: 700;
letter-spacing: -0.006em;
a {
background: none;