From 07f3f4da0f414cb00a87f7ab063ea73c7e7eb882 Mon Sep 17 00:00:00 2001 From: Josh Mindsight Date: Fri, 23 Dec 2022 01:19:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eindex.html=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 40867a2..394ff1b 100644 --- a/index.html +++ b/index.html @@ -43,11 +43,11 @@ } .logo { - width: 300px; - max-width: 300px; + width: 350px; + max-width: 350px; float: left; padding-top: 1vw; - margin-left: 1vw; + margin-left: 2vw; } .logo > img { @@ -57,11 +57,11 @@ .tuerme > img { - width: 60px; - max-width: 60px; + width: 80px; + max-width: 80px; float: right; padding-top: 0.5vw; - margin-right: 1vw; + margin-right: 2vw; } .buttons { @@ -100,7 +100,6 @@ padding-left: 5vw; padding-right: 5vw; font-size: 1.5em; - background-color: #90c2dc; border: white; border-style: dashed; border-radius: 5vw;