chore: 11ty img

This commit is contained in:
Cory Dransfeldt 2024-06-06 14:55:19 -07:00
parent 2bcd6d3ee7
commit 73eb06739e
No known key found for this signature in database
23 changed files with 728 additions and 270 deletions

View file

@ -147,6 +147,10 @@ a:active,
stroke: var(--accent-color-hover);
}
picture {
display: flex;
}
/* headers */
h1, h2, h3, h4, h5, h6 {
font-weight: var(--font-weight-bold);

View file

@ -110,7 +110,7 @@
position: absolute;
z-index: 1;
content: '';
bottom: 10px;
bottom: 0;
left: 1px;
box-shadow: inset 0 -70px 75px -40px #000;
width: calc(100% - 2px);