Skip to content

Commit

Permalink
Merge pull request #32 from davidleger95/DAVE-22/test/adding-componen…
Browse files Browse the repository at this point in the history
…t-tests

fix: spacing
  • Loading branch information
davidleger95 authored Nov 29, 2023
2 parents fdee4e6 + f9a89f0 commit b7648e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Link from '../../components/Link/Link';

const BasicInfoList = styled.ul`
display: flex;
gap: 1rem;
gap: 0.5em 1em;
list-style: none;
margin: 0;
padding: 0;
Expand Down

0 comments on commit b7648e6

Please sign in to comment.