From 0fbd1e59f5becee21a450bbfe94949b2c99415a4 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Sat, 26 Mar 2022 20:35:27 +0100 Subject: [PATCH] Fix headline --- Public/festival/assets/festival.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Public/festival/assets/festival.css b/Public/festival/assets/festival.css index e4d4892..9138968 100644 --- a/Public/festival/assets/festival.css +++ b/Public/festival/assets/festival.css @@ -15,9 +15,9 @@ body { .wrapper { padding: 0; margin: 0; - height: 100vh; background: linear-gradient(160deg, #784141, #271c27); overflow: hidden; + height: 100%; width: 100%; } @@ -26,7 +26,7 @@ body { align-items: center; padding: 0; margin: 0; - height: 100vh; + height: 100%; width: 100%; } @@ -266,9 +266,7 @@ input[type=text] { width: calc(100% - 40px); max-width: 800px; padding: 0 20px; - margin: 0 auto; - overflow-y: auto; - height: 100vh; + height: 100%; } .content-grid { @@ -340,6 +338,7 @@ input[type=text] { } .header-title { + position: relative; font-size: 48px; font-weight: 200; color: #fff;