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; & > * {