Skip to content

Commit

Permalink
get the header h1 to align with the a's
Browse files Browse the repository at this point in the history
  • Loading branch information
zhubert committed Apr 27, 2024
1 parent 2241e55 commit 76c915a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions themes/zhubert/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ h1 {
@media screen and (max-width: 63.99875em) {
h1 {
font-size:32px;
line-height: 125%;
letter-spacing: -1px
}
}

Expand All @@ -388,13 +386,10 @@ h2 {
@media screen and (max-width: 63.99875em) {
h2 {
font-size:24px;
line-height: 125%;
margin-bottom: 24px
}
}

header {
/* border-bottom: 1px solid #222; */
margin-bottom: 1rem;
}

Expand Down Expand Up @@ -474,7 +469,8 @@ nav li:first-child {

nav li h1 {
font-family: "EB Garamond";
margin-bottom: 5px;
display: flex;
margin: 0;
}

blockquote {
Expand Down

0 comments on commit 76c915a

Please sign in to comment.