From 42c23cc62d812c29c431977934af7b0f2a24b04b Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 03 May 2026 22:12:18 +0000
Subject: [PATCH] =mergin conflict?
---
all.css | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/all.css b/all.css
index 84bef9c..e82ea8b 100644
--- a/all.css
+++ b/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%;
@@ -1774,6 +1779,7 @@
width: 100%;
max-width: 100%;
height: 100%;
+ margin: 0;
}
@@ -1909,6 +1915,7 @@
overflow: hidden auto;
margin: 0 0 0 1.5rem;
padding-right: 1.2rem;
+ padding-bottom: var(--btn);
width: calc(100% - 1.5rem);
}
@@ -4105,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