From 4ff6cc5c67d29d958d4d137c5addd0520982f238 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 7 Feb 2026 10:45:35 +0100 Subject: [PATCH] removed border from picture --- public/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 1d43fed..79e45fb 100644 --- a/public/index.html +++ b/public/index.html @@ -153,8 +153,9 @@ width: 100%; max-width: 420px; margin-bottom: 24px; text-align: center; } .login-hero img { - width: 100%; max-width: 380px; border-radius: 14px; - box-shadow: 0 4px 20px rgba(0,0,0,0.12); + width: 100%; max-width: 380px; + border-radius: 0; + filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15)); } .login-tagline { font-family: 'Playfair Display', serif;