Skip to content

Commit

Permalink
箇条書きの上下にmargin追加
Browse files Browse the repository at this point in the history
  • Loading branch information
uta8a committed Oct 27, 2024
1 parent 188ed1f commit 875c96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/pages/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@

& ul,
& ol {
margin-top: 0;
margin-bottom: 0;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 2em;
}

Expand Down

0 comments on commit 875c96f

Please sign in to comment.