From aa86222793a5d64ea8074e0bfdb025d76d1d23e7 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Wed, 11 Feb 2026 20:26:22 -0500 Subject: [PATCH] more --- frontend/src/components/stickies.tsx | 4 ++-- frontend/src/styles/home.css | 2 +- frontend/src/styles/stickies.css | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/stickies.tsx b/frontend/src/components/stickies.tsx index 7d95809..4eb1b23 100644 --- a/frontend/src/components/stickies.tsx +++ b/frontend/src/components/stickies.tsx @@ -25,7 +25,7 @@ const Stickies = () => { const stickyMap = buildStickyMap(); return ( -
+
@@ -48,7 +48,7 @@ const Stickies = () => { return (
-
+
diff --git a/frontend/src/styles/home.css b/frontend/src/styles/home.css index 07327e0..5b6462a 100644 --- a/frontend/src/styles/home.css +++ b/frontend/src/styles/home.css @@ -30,7 +30,7 @@ } .material-symbols-outlined { - margin: 14px 64px 0px 0px; + margin: 13px 74px 0px 0px; font-size: 82px; color: #6dd6f4; font-variation-settings: diff --git a/frontend/src/styles/stickies.css b/frontend/src/styles/stickies.css index a6d0094..4b3d4e0 100644 --- a/frontend/src/styles/stickies.css +++ b/frontend/src/styles/stickies.css @@ -6,6 +6,9 @@ padding: 24px; } +.stickies-container { + margin: 36px 0px 36px 0px; +} .clusters-container { display: flex; flex-direction: column;