Skip to content

Commit

Permalink
Add line-height property to the footer separator
Browse files Browse the repository at this point in the history
* Added line-height property to the footer separator in order to improve spacing and readability.
  • Loading branch information
malkoG committed Oct 9, 2023
1 parent ebf1b64 commit 4f25345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const OrganizerWrap = styled(({ className, children }) => {
&::after {
padding: 0 6px;
content: "|";
line-height: 1.75;
}
}
`;
Expand Down

0 comments on commit 4f25345

Please sign in to comment.