Fix header sizes

This commit is contained in:
Nathan Upchurch 2024-03-29 12:01:08 -05:00
parent dfa3989409
commit 12baf5df2e

View File

@ -258,8 +258,9 @@ h2 {
padding-bottom: var(--space-l);
padding-top: var(--space-xl);
}
h3 {
font-size: var(--step-2);
font-size: var(--step-1);
}
.logo {
@ -508,9 +509,6 @@ nav ul {
}
/* Posts list */
.postlist h3 {
margin-top: 0;
}
.postlist-item-container {
display: flex;
flex-flow: column nowrap;
@ -554,10 +552,7 @@ nav ul {
padding-right: .5em;
text-decoration: none;
}
.postlist-link h3 {
font-size: var(--step-2);
margin-bottom: 0;
}
.postlist-link p {
background-color: var(--color-gray-90);
border-radius: 100px;
@ -645,11 +640,6 @@ a.post-tag:hover {
align-self: center;
}
/* Article / Post */
.post h2 {
font-size: var(--step-2);
}
/* Post Metadata */
.post-metadata {
padding: var(--space-m) 0 var(--space-l) 0;