From 7cca0f2614c96136a41e411013737566f996f184 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Thu, 10 Apr 2025 16:52:05 +0530 Subject: [PATCH] fix: minor style issues --- src/components/Exp/Story.tsx | 1 + src/pages/main/Home.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Exp/Story.tsx b/src/components/Exp/Story.tsx index 1971e0c..0b5cfc6 100644 --- a/src/components/Exp/Story.tsx +++ b/src/components/Exp/Story.tsx @@ -151,6 +151,7 @@ export const Story = ({ title, description, logo, active }: Experience) => { css` height: 4rem; width: 4rem; + margin-inline-start: var(--padding); background: rgba(40, 40, 40); border-radius: 100%; diff --git a/src/pages/main/Home.tsx b/src/pages/main/Home.tsx index f55a093..ebc7807 100644 --- a/src/pages/main/Home.tsx +++ b/src/pages/main/Home.tsx @@ -134,7 +134,7 @@ const Home: React.FC = () => { className={css` display: flex; gap: 0.8rem; - flex-wrap: wrap; + flex-wrap: wrap-reverse; margin-top: 0.8rem; & > * {