From 71733ca50b36fa6daadaabee675d1d8cb2203d8a Mon Sep 17 00:00:00 2001 From: Jasmin <2211581@stud.hs-mannheim.de> Date: Tue, 6 Jun 2023 12:41:33 +0200 Subject: [PATCH] =?UTF-8?q?Impressum=20=C3=9Cberschriften=20an=20Mockup=20?= =?UTF-8?q?angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index bb4502a..6d0d810 100644 --- a/style.css +++ b/style.css @@ -232,9 +232,16 @@ body{ top: 250px; left: 60px; } + .impressum-container h1 { margin-bottom: 60px; + font-style: italic; } + +.impressum-container h2 { + font-style: italic; +} + .impressum-container p { margin-bottom: 30px; }