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

normalize font sizes

This commit is contained in:
2021-04-03 07:46:13 -04:00
parent dc24d847bf
commit 42355c76ec
117 changed files with 52 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
// Home Styles
div.layout-home {
font-size: 1.025em;
font-size: 1em;
padding-top: 1.5em;
padding-bottom: 0.75em;
@@ -26,7 +26,7 @@ div.layout-home {
p {
margin: 0.85em 0;
letter-spacing: -0.009em;
line-height: 1.65;
line-height: 1.7;
}
sup {
@@ -48,7 +48,7 @@ div.layout-home {
img#me {
float: right;
margin-bottom: 0.6em;
margin-left: 1.6em;
margin-left: 1.2em;
padding: 4px;
width: 160px;
height: 160px;

View File

@@ -9,7 +9,7 @@ div.layout-list {
font-size: 1.05em;
h2 {
font-size: 2.25em;
font-size: 2em;
letter-spacing: -0.025em;
margin-top: 0;
margin-bottom: 0.4em;
@@ -24,7 +24,7 @@ div.layout-list {
li {
display: flex;
letter-spacing: -0.011em;
letter-spacing: -0.008em;
line-height: 1.75;
margin-bottom: 1em;
@@ -53,7 +53,7 @@ div.layout-list {
font-size: 1em;
h2 {
font-size: 2em;
font-size: 1.75em;
}
}
}

View File

@@ -6,7 +6,7 @@ div.layout-single {
padding-bottom: 1em;
div#meta {
font-size: 0.85em;
font-size: 0.875em;
line-height: 1.3;
letter-spacing: 0.04em;
margin-top: 0.8em;
@@ -26,12 +26,12 @@ div.layout-single {
h1.title {
margin-top: 0.3em;
margin-bottom: 0.6em;
margin-bottom: 0.5em;
margin-left: -0.03em; // TODO: why is this indented slightly?
font-size: 2.2em;
font-size: 2.1em;
line-height: 1.3;
font-weight: 700;
letter-spacing: -0.005em;
letter-spacing: -0.006em;
a {
color: inherit;

View File

@@ -32,7 +32,6 @@ div.layout-video {
video {
width: 100%;
max-width: 975px;
height: auto;
}
}