Failed to extract signature
2 changed files with
2 additions and
1 deletions
-
src/components/Exp/Story.tsx
-
src/pages/main/Home.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%; |
|
|
|
|
|
@ -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; |
|
|
|
|
|
|
|
& > * { |
|
|
|