From 3aada9949d51024a92a8b5c6cb70d12f9c3cac16 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 21 Dec 2025 19:59:48 +0000
Subject: [PATCH] =auth refactored via rest, referral system set up for Jane, some javascript consolidation

---
 src/timeline/style.scss |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/timeline/style.scss b/src/timeline/style.scss
index 2f6ac8d..8545b52 100644
--- a/src/timeline/style.scss
+++ b/src/timeline/style.scss
@@ -6,7 +6,8 @@
 }
 
 #at-a-glance {
-	max-width: var(--alignWide);
+	max-width: var(--wide);
+	margin: 0 auto;
 	--gap: 0;
 	img {
 		width: 100%;
@@ -14,7 +15,7 @@
 		border: 2px solid var(--action-0);
 	}
 	h3 {
-		font-size: var(--small);
+		font-size: var(--txt-x-small);
 	}
 	.before {
 		img {
@@ -41,7 +42,7 @@
 	max-width: 100vw;
 	position: relative;
 	overflow: hidden;
-	.open-gallery {
+	img {
 		width: 40%;
 		border-radius: 4px;
 		position: sticky;
@@ -53,7 +54,7 @@
 		position: relative;
 		h2 {
 			margin: 0 0 .5rem;
-			font-size: var(--medium);
+			font-size: var(--txt-medium);
 			position: relative;
 			.icon {
 				--w: 2.5rem;
@@ -91,12 +92,12 @@
 @media (min-width:768px) {
 	#at-a-glance {
 		h3  {
-			font-size: var(--xlarge);
+			font-size: var(--txt-x-large);
 		}
 	}
 	.timeline-point.timeline-point {
 		--gap: 4rem;
-		.open-gallery {
+		img {
 			width: 50%;
 		}
 		.info {
@@ -117,7 +118,7 @@
 
 			time {
 				text-transform: uppercase;
-				font-size: var(--small);
+				font-size: var(--txt-x-small);
 			}
 		}
 		&::before,

--
Gitblit v1.10.0