fix(landing): various style corrections and add credit

This commit is contained in:
Matthieu Bessat 2024-03-09 14:25:14 +01:00
parent bdffe13bab
commit 090c1b220f
9 changed files with 142 additions and 82 deletions

View file

@ -114,10 +114,13 @@ $height: 30rem;
z-index: 0;
.slide-image {
width: 100%;
padding: 0;
margin: 0;
img {
border-radius: 2px;
object-fit: cover;
max-height: 22rem;
}
figcaption {
font-size: .9rem;
@ -343,6 +346,8 @@ $height: 30rem;
img {
width: auto;
height: 100%;
max-height: initial !important;
object-fit: contain;
}
}
}