Skip to content

Commit

Permalink
bugfix: design issue in articles content
Browse files Browse the repository at this point in the history
  • Loading branch information
makakken committed Nov 19, 2024
1 parent b42d141 commit bcce401
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vue/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@
@apply inline;
}

p {
min-height: 1rem;
}

ul {
@apply list-none;
li:before {
Expand Down

0 comments on commit bcce401

Please sign in to comment.