Reduce logo size and remove hero image container box/shadow
This commit is contained in:
@@ -316,7 +316,7 @@ p {
|
||||
|
||||
.logo-small {
|
||||
width: 100%;
|
||||
max-width: 250px;
|
||||
max-width: 180px;
|
||||
height: auto;
|
||||
filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
|
||||
display: block;
|
||||
@@ -348,9 +348,6 @@ p {
|
||||
|
||||
.hero-image-container {
|
||||
margin-top: 2rem;
|
||||
border-radius: 16px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -361,7 +358,6 @@ p {
|
||||
height: auto;
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.event-card {
|
||||
|
||||
Reference in New Issue
Block a user