From 75a097a018a0090f5902758353c578fce4aa2a25 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 23 May 2026 18:43:42 +0000
Subject: [PATCH] =CustomBlocks.php overhaul relatively complete. Also refactored the gallery in gallery.min.js and the jvbRenderGallery.

---
 src/timeline/style.scss |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/timeline/style.scss b/src/timeline/style.scss
index c94ed2b..0810a91 100644
--- a/src/timeline/style.scss
+++ b/src/timeline/style.scss
@@ -6,13 +6,12 @@
 }
 
 #at-a-glance {
-	max-width: var(--wide);
-	margin: 0 auto;
+	padding: 0 10vw;
 	--gap: 0;
 	img {
 		width: 100%;
 		height: auto;
-		border: 2px solid var(--action-0);
+		border: 2px solid rgb(var(--action-0));
 	}
 	h3 {
 		font-size: var(--txt-x-small);
@@ -38,7 +37,7 @@
 	--gap: 2rem;
 	padding: 0;
 	margin:0;
-	background-color: var(--base);
+	background-color: rgb(var(--base));
 	max-width: 100vw;
 	position: relative;
 	overflow: hidden;
@@ -62,7 +61,7 @@
 				position: absolute;
 				left: -2.5rem;
 				top: .25rem;
-				background-color: var(--action-100);
+				background-color: rgb(var(--action-100));
 			}
 		}
 
@@ -75,7 +74,7 @@
 		left: 45%;
 		height: 100%;
 		width: var(--lineWidth);
-		background-color: var(--action-0);
+		background-color: rgb(var(--action-0));
 		//box-shadow: var(--action-shadow);
 	}
 	&::before {

--
Gitblit v1.10.0