]> Vexing Labs - vexingworkshop.git/commitdiff
add banner to strange artifacts page
authorsignal9 <adam@vexingworkshop.com>
Thu, 19 Jun 2025 19:49:12 +0000 (13:49 -0600)
committersignal9 <adam@vexingworkshop.com>
Thu, 19 Jun 2025 19:49:12 +0000 (13:49 -0600)
content/images/strange-artifacts-banner.png [new file with mode: 0644]
content/pages/strange_artifacts.md
themes/vexingworkshop/static/css/main.css

diff --git a/content/images/strange-artifacts-banner.png b/content/images/strange-artifacts-banner.png
new file mode 100644 (file)
index 0000000..6439a72
Binary files /dev/null and b/content/images/strange-artifacts-banner.png differ
index 2aaa935892b3450f789d0674d9fda6da98ba234b..8d8bfce391dadb34f3fe79643610e022a68599dc 100644 (file)
@@ -1,5 +1,6 @@
 Title: Strange Artifacts
 
+![Strange Artifacts]({static}/images/strange-artifacts-banner.png){: .banner}
 ## What Is Strange Artifacts?
 
 Strange Artifacts is a collective of grimdark weirdos in the Rocky Mountain
index f639c683b7cc5ae726a73147375220df73e03ac7..411a078703f3e086429b2ae1bea1dbda62d21996 100644 (file)
@@ -135,6 +135,10 @@ article img.image-lg {
 section#content {
 }
 
+section#content img.banner {
+  width: 700px;
+}
+
 section#content article .entry-content {
   display: flex;
   flex-direction: column;