chore: additional placeholders

This commit is contained in:
Cory Dransfeldt 2024-02-08 17:54:20 -08:00
parent 6757a60134
commit 741ac2e9b8
No known key found for this signature in database
10 changed files with 28 additions and 13 deletions

View file

@ -400,7 +400,8 @@ li {
}
/* images */
.image__banner {
.image__banner,
.image__placeholder.banner {
border: 1px solid var(--accent-color);
border-radius: var(--rounded-lg);
height: auto;
@ -425,6 +426,11 @@ li {
border-radius: var(--rounded-full);
}
.image__placeholder.banner {
padding: 6rem 0;
margin: 1rem 0;
}
/* pages */
.page__header {
font-size: var(--font-size-2xl);
@ -518,4 +524,4 @@ footer nav {
footer nav:first-child {
gap: .75rem;
}
}
}