Skip to content

Commit

Permalink
Add a more spacing between bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolina Kosiorowska committed Mar 1, 2023
1 parent ab565bd commit 626796e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/features/Legal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export default function Legal({
margin: 4rem 0 2rem;
font-size: 36px;
}
li {
margin-top: 0.5rem;
}
li::marker {
content: "· ";
Expand Down

0 comments on commit 626796e

Please sign in to comment.