Jake Vanderwerf
2026-04-26 5be81a8e31abfbf5d816d1f4adf6d60c89ebb49c
all.css
@@ -344,6 +344,11 @@
        inline-size: fit-content;
        margin-inline: auto;
    }
    figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    figcaption {
        contain: inline-size;
        font-size: 90%;
@@ -4107,3 +4112,18 @@
        transform: rotate(5deg) scale(1.1);
    }
}
.content-term-list, .content-term-list ul,
.content-term-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-term-list .item {
    flex-direction: column;
}
.content-term-list h3 {
    font-size: var(--txt-medium);
    font-weight: var(--fw-h);
}