From 6b2ebc52bde1232a1550e241fac0077b44bb69bc Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Tue, 2 Jul 2024 19:38:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20minor=20style=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 5236dbc..7557e7f 100644 --- a/src/style.css +++ b/src/style.css @@ -17,6 +17,7 @@ form { justify-content: center; flex-wrap: wrap; flex-direction: row; + width: 100%; } svg { @@ -76,7 +77,7 @@ div.background { left: 0; width: 100%; height: 100%; - background: url('bg.svg') no-repeat center center; + background: url('bg1.svg') no-repeat center center; background-size: contain; filter: grayscale(100%); z-index: 1; @@ -101,8 +102,16 @@ div.center { background: rgba(51, 51, 51, 0.8); padding: 20px; border-radius: 8px; - box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); - backdrop-filter: blur(15px); + box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.35); + backdrop-filter: blur(8px); + width: 100%; + height: 100%; + max-width: 600px; + max-height: 250px; + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; } div.home { -- GitLab