Skip to content

Commit

Permalink
bottom padding and margin for header
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 18, 2024
1 parent 7b0bb09 commit a0787c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/header/header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
display: flex;
justify-content: center;
align-items: center;
margin: 0 var(--size-3);
padding: 0 0 var(--size-2) 0;
margin: 0 var(--size-3) var(--size-2);
border-bottom: 2px dotted var(--color-gray);
gap: var(--size-3);
}
Expand Down

0 comments on commit a0787c6

Please sign in to comment.