Skip to content

Commit

Permalink
fix: the width of markdown body
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheckzen committed Sep 23, 2024
1 parent a6498cc commit 3515496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
}

.markdown-body {
min-width: 200px;
width: 100%;
margin: 0 auto;
padding: 0.7em 1em;
font-size: 0.8em;
Expand Down

0 comments on commit 3515496

Please sign in to comment.