Skip to content

Commit

Permalink
Update reset.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ivohartwig authored Oct 27, 2024
1 parent f037e71 commit b8d44ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,22 @@ a {
Setzt die Standardstile von Links zurück und entfernt die Unterstreichung.
*/
}


html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
}

small {
font-size: 80%;
/**
* Add the correct font size in all browsers.
*/
}

/*css reset soft end*/

0 comments on commit b8d44ff

Please sign in to comment.