Skip to content

Commit

Permalink
Update reset.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynnadam authored Oct 27, 2024
1 parent 97ea82d commit c221c71
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions assets/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
box-sizing: border-box; /* box-sizing wird auf border-box geändert, damit padding und border in die Gesamtgröße eines Elements mit eingerechnet werden */
}


body {
line-height: 1.5; /* Legt den Zeilenabstand für den gesamnten body fest */
}

img, video {
max-width: 100%; /* Verhindert das Bilder usw. über übergeordnete Elemente hinaus gehen*/
height: auto; /* So wird das Seitenverhältnis festgelegt */
Expand All @@ -31,7 +26,7 @@ Setzt die Standardstile von Links zurück und entfernt die Unterstreichung.


html {
line-height: 1.15; /* 1 */
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
/**
* 1. Correct the line height in all browsers.
Expand Down

0 comments on commit c221c71

Please sign in to comment.