sites slick

This commit is contained in:
2024-07-01 20:41:06 +02:00
parent 5c16a8f4af
commit 63a8ee1c9a
4 changed files with 64 additions and 53 deletions
@@ -63,36 +63,44 @@
flex-direction: row;
margin: auto;
.image-site{
height: 520px;
width: 771px;
order: 1;
// top: -115px;
// position: relative;
.field--name-field-image{
width: 100%;
margin: auto;
.field__item{
display: flex;
flex-direction:column;
align-items: flex-end;
img{
height: 520px;
width: auto;
object-fit: contain;
}
blockquote{
position: relative;
font-style: italic;
margin: 0;
width: 20vw;
z-index: 900;
left: 20vw;
top: -50px;
p{
.slick-dots{z-index: 999;}
.slick-list{
padding: 0 !important;
.field__item{
display: flex;
flex-direction:column;
align-items: flex-end;
img{
height: 520px;
width: auto;
object-fit: contain;
}
blockquote{
// position: relative;
font-style: italic;
margin: 0;
padding-left: 1rem;
// width: 20vw;
// z-index: 900;
// left: 20vw;
// top: -50px;
p{
margin: 0;
padding-left: 1rem;
}
}
}
}
}
}