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

bump some deps and fix some lints

This commit is contained in:
2021-11-22 10:52:02 -05:00
parent d8a552cf5a
commit be7b2a4bba
9 changed files with 93 additions and 107 deletions

View File

@@ -130,11 +130,10 @@ div.layout-home {
padding-bottom: 0.6em;
h1 {
margin: 0 0 0.3em 0;
margin: 0 0 0.3em -0.03em; // TODO: why is this indented slightly?
font-size: 1.8em;
font-weight: 500;
letter-spacing: -0.014em;
margin-left: -0.03em; // TODO: why is this indented slightly?
img.emoji {
margin-left: 0.1em; // a little extra social distancing for the hand
@@ -142,11 +141,10 @@ div.layout-home {
}
h2 {
margin: 0.5em 0;
margin: 0.5em 0 0.5em -0.03em; // TODO: why is this indented slightly?
font-size: 1.35em;
font-weight: 400;
letter-spacing: -0.022em;
margin-left: -0.03em; // TODO: why is this indented slightly?
line-height: 1.4;
}

View File

@@ -94,9 +94,7 @@ div.layout-single {
}
h1.title {
margin-top: 0.3em;
margin-bottom: 0.5em;
margin-left: -0.03em; // TODO: why is this indented slightly?
margin: 0.3em 0 0.5em -0.03em; // TODO: why is this indented slightly?
font-size: 2.1em;
line-height: 1.3;
font-weight: 700;