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;