diff --git a/assets/css/reset.css b/assets/css/reset.css index 4473608a..a85d9e99 100644 --- a/assets/css/reset.css +++ b/assets/css/reset.css @@ -8,9 +8,7 @@ } -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*/ @@ -31,7 +29,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.