Skip to content

Commit

Permalink
fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jul 4, 2024
1 parent a274b9c commit 58ec423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ h4 {
ul {
list-style-type: none;
padding: 0;
margin: 0;
margin-top: 0;
margin-bottom: 1rem;

li::before {
content: '-';
Expand Down

0 comments on commit 58ec423

Please sign in to comment.