From d7e7d248cbe41cd7a9ef9c2fb022b6c4831f99a3 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 31 May 2026 15:22:56 +0000
Subject: [PATCH] =jakevan complete
---
src/timeline/style.scss | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/timeline/style.scss b/src/timeline/style.scss
index 8545b52..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 {
@@ -106,7 +105,7 @@
h2 {
.icon {
--w: 4rem;
- left: -4.15rem;
+ left: -6.15rem;
top: 0;
}
}
--
Gitblit v1.10.0