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