Jake Vanderwerf
2026-05-03 42c23cc62d812c29c431977934af7b0f2a24b04b
all.css
@@ -7,7 +7,7 @@
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.5.92
Version: 1.5.95
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jv
@@ -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);
}