From 5be81a8e31abfbf5d816d1f4adf6d60c89ebb49c Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:04:08 +0000
Subject: [PATCH] =switchiing over
---
all.css | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/all.css b/all.css
index 174361c..fb90401 100644
--- a/all.css
+++ b/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);
+}
\ No newline at end of file
--
Gitblit v1.10.0