add some featured content blocks, correct event item image size, placeholder color variables
This commit is contained in:
@ -5,13 +5,16 @@
|
||||
|
||||
.image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
// padding-top: 60%;
|
||||
background: var(--color-neufPink);
|
||||
padding-top: 60%;
|
||||
background: var(--color-placeholder);
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,4 +29,4 @@
|
||||
|
||||
.details {
|
||||
font-family: var(--font-serif);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user