removed border from picture

This commit is contained in:
2026-02-07 10:45:35 +01:00
parent 6475ab0e6e
commit 4ff6cc5c67
+3 -2
View File
@@ -153,8 +153,9 @@
width: 100%; max-width: 420px; margin-bottom: 24px; text-align: center; width: 100%; max-width: 420px; margin-bottom: 24px; text-align: center;
} }
.login-hero img { .login-hero img {
width: 100%; max-width: 380px; border-radius: 14px; width: 100%; max-width: 380px;
box-shadow: 0 4px 20px rgba(0,0,0,0.12); border-radius: 0;
filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
} }
.login-tagline { .login-tagline {
font-family: 'Playfair Display', serif; font-family: 'Playfair Display', serif;