Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
swewers authored Sep 11, 2024
1 parent c2ad188 commit 2e1c406
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
text-decoration: underline;
}

/* Fügt mehr Abstand zwischen den Listenelementen hinzu */
ul, ol {
margin-top: 20px; /* Abstand oberhalb der gesamten Liste */
margin-bottom: 20px; /* Abstand unterhalb der gesamten Liste */
}

ul li, ol li {
margin-bottom: 10px; /* Fügt 10px Abstand zwischen den Listenelementen hinzu */
line-height: 1.6; /* Erhöht den Zeilenabstand innerhalb der Listenelemente */
}


.content-wrapper {
padding-left: 50px;
color: white;
Expand Down

0 comments on commit 2e1c406

Please sign in to comment.