Browse Source

fix: minor style issues

master
Muthu Kumar 3 weeks ago
parent
commit
7cca0f2614
Failed to extract signature
  1. 1
      src/components/Exp/Story.tsx
  2. 2
      src/pages/main/Home.tsx

1
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%;

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

Loading…
Cancel
Save