Skip to content

Commit

Permalink
fix: unordered list without margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantotone committed Jan 31, 2024
1 parent 08d8e78 commit 8f7e3e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/article/[slug]/article.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
max-width: 100%;
}

.content ul {
padding-left: 30px;
}

.authors {
display: flex;
gap: 25px;
Expand Down

0 comments on commit 8f7e3e9

Please sign in to comment.