Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 18, 2024
1 parent f6afe15 commit 25efa61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pages/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ body {
padding: 1em;
overflow: auto;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
white-space: pre-wrap !important; /* Satır sonlarını wrap et */
word-wrap: break-word !important; /* Uzun kelimeleri böl */
word-break: break-all !important; /* Gerektiğinde kelimeleri böl */
}

.code-block code {
Expand All @@ -200,6 +203,9 @@ body {
font-size: 14px;
line-height: 1.5;
tab-size: 4;
white-space: pre-wrap !important; /* Satır sonlarını wrap et */
word-wrap: break-word !important; /* Uzun kelimeleri böl */
word-break: break-all !important; /* Gerektiğinde kelimeleri böl */
}

.token.comment {
Expand Down

0 comments on commit 25efa61

Please sign in to comment.