Skip to content

Commit

Permalink
Indent first line to exclude comment area
Browse files Browse the repository at this point in the history
  • Loading branch information
xireiki committed Feb 15, 2024
1 parent 4c07416 commit da859bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/res/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ main p {
text-indent: 2em;
}

.comment-wrap p {
text-indent: 0em !important;
}

code {
word-break: break-all;
}
Expand Down

0 comments on commit da859bf

Please sign in to comment.