Fix header sizes
This commit is contained in:
parent
dfa3989409
commit
12baf5df2e
@ -258,8 +258,9 @@ h2 {
|
|||||||
padding-bottom: var(--space-l);
|
padding-bottom: var(--space-l);
|
||||||
padding-top: var(--space-xl);
|
padding-top: var(--space-xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: var(--step-2);
|
font-size: var(--step-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
@ -508,9 +509,6 @@ nav ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Posts list */
|
/* Posts list */
|
||||||
.postlist h3 {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
.postlist-item-container {
|
.postlist-item-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
@ -554,10 +552,7 @@ nav ul {
|
|||||||
padding-right: .5em;
|
padding-right: .5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.postlist-link h3 {
|
|
||||||
font-size: var(--step-2);
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.postlist-link p {
|
.postlist-link p {
|
||||||
background-color: var(--color-gray-90);
|
background-color: var(--color-gray-90);
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
@ -645,11 +640,6 @@ a.post-tag:hover {
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Article / Post */
|
|
||||||
.post h2 {
|
|
||||||
font-size: var(--step-2);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Post Metadata */
|
/* Post Metadata */
|
||||||
.post-metadata {
|
.post-metadata {
|
||||||
padding: var(--space-m) 0 var(--space-l) 0;
|
padding: var(--space-m) 0 var(--space-l) 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user