🎨 refactor: turn macros into partials & sort CSS (#146)

This commit is contained in:
Óscar
2023-09-12 21:28:33 +02:00
committed by GitHub
parent cc029d0b19
commit 14ccb208cf
33 changed files with 392 additions and 421 deletions

View File

@@ -1,15 +1,15 @@
figure {
box-sizing: border-box;
display: inline-block;
box-sizing: border-box;
margin: 0;
max-width: 100%;
height: auto;
}
figcaption {
font-family: var(--serif-font);
font-size: 0.72rem;
color: var(--meta-color);
font-size: 0.72rem;
font-family: var(--serif-font);
text-align: center;
}
@@ -21,9 +21,9 @@ img {
}
figure h4 {
font-size: 1rem;
margin: 0;
margin-bottom: 1em;
font-size: 1rem;
}
figure h4::before {