1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-16 18:55:30 -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

@@ -28,7 +28,7 @@ header {
color: c(medium-dark);
}
h1#name {
span#name {
margin: 1.1em 0 1.1em 0.725em;
font-size: 1.35em;
font-weight: 500;
@@ -146,7 +146,7 @@ header {
height: 54px;
}
h1#name {
span#name {
display: none;
}
}