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

only one <h1> on each page

This commit is contained in:
2021-04-17 09:49:43 -04:00
parent 19c2340353
commit 733b9b2556
6 changed files with 14 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ div.layout-home {
padding-top: 1.5em;
padding-bottom: 0.75em;
h2 {
h1 {
margin: 0 0 0.6em 0;
font-size: 1.8em;
font-weight: 500;
@@ -15,7 +15,7 @@ div.layout-home {
margin-left: -0.03em; // TODO: why is this indented slightly?
}
h3 {
h2 {
margin: 0.6em 0;
font-size: 1.35em;
font-weight: 400;
@@ -101,13 +101,13 @@ div.layout-home {
font-size: 0.975em;
padding: 1.2em 1.2em 0.4em 1.2em;
h2 {
h1 {
font-size: 1.5em;
letter-spacing: -0.014em;
line-height: 1.4;
}
h3 {
h2 {
font-size: 1.185em;
letter-spacing: -0.017em;
line-height: 1.55;