removed border from picture
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user