Skip to content

Commit

Permalink
style: removed duplicate width property in CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyeonWook committed Sep 16, 2024
1 parent a26203e commit 00976ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/hello/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ body {

pre {
font-size: 0.8em;
width: 100%;
margin-left: -2.5rem !important;
margin-right: -2.5rem !important;
width: calc(100% + 5rem);
Expand Down

0 comments on commit 00976ca

Please sign in to comment.