Minor tweaks to h3 and sup
This commit is contained in:
parent
0ad1596646
commit
51a1693265
@ -179,6 +179,10 @@ html {
|
||||
font-size: 13px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
article:not(.postlist-item) h3 {
|
||||
margin-bottom: var(--space-s);
|
||||
margin-top: var(--space-m);
|
||||
}
|
||||
blockquote p {
|
||||
font-style: italic;
|
||||
}
|
||||
@ -323,11 +327,9 @@ h2 {
|
||||
padding-bottom: var(--space-l);
|
||||
padding-top: var(--space-xl);
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: var(--step-1);
|
||||
}
|
||||
|
||||
.logo {
|
||||
filter: var(--logo-filter);
|
||||
}
|
||||
@ -344,6 +346,9 @@ main > p > a > img {
|
||||
.post > p {
|
||||
margin: 0;
|
||||
padding-bottom: var(--space-s);
|
||||
&:has(wc-card) {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
pre {
|
||||
grid-column: var(--span-grid);
|
||||
@ -743,13 +748,15 @@ nav ul {
|
||||
display: flex;
|
||||
flex-flow: column wrap;
|
||||
}
|
||||
|
||||
.post-image {
|
||||
width: 15rem;
|
||||
height: 15rem;
|
||||
object-fit: cover;
|
||||
object-position: 50% 50%;
|
||||
}
|
||||
sup {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
@container postlist (max-width: 500px) {
|
||||
.postlist-item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user