From 2ab6f7fa3023b06ec2934ab40d400b71e870a614 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Wed, 31 Mar 2021 09:53:52 +0200 Subject: [PATCH] made logo clickable --- impressum.html | 10 ++++++++-- index.html | 14 ++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/impressum.html b/impressum.html index 775ccfe..7b33a90 100644 --- a/impressum.html +++ b/impressum.html @@ -253,6 +253,12 @@ .kontakt_items a { color: white; } + .mobile_logo:hover { + cursor: pointer; + } + .logo:hover { + cursor: pointer; + } @media only screen and (min-width: 1300px) { @@ -443,10 +449,10 @@ - +
- + Impressum Kontakt Hilfe diff --git a/index.html b/index.html index ccd8601..e331153 100644 --- a/index.html +++ b/index.html @@ -258,6 +258,12 @@ .ueber { margin-bottom: 140px; } + .mobile_logo:hover { + cursor: pointer; + } + .logo:hover { + cursor: pointer; + } @media only screen and (min-width: 1300px) { @@ -467,6 +473,9 @@ .kontakt > p { margin-bottom: 80px; } + .mobile_spacer { + height: 20px; + } } @@ -479,10 +488,10 @@ - +
- + Impressum Kontakt Hilfe @@ -525,6 +534,7 @@

Probieren Sie die Plattform doch einfach mal aus!

+