css img credit

This commit is contained in:
2024-09-20 22:16:14 +02:00
parent a60e922b4e
commit 8671dc1764
3 changed files with 11 additions and 20 deletions

View File

@@ -74,7 +74,10 @@
}
blockquote.image-field-caption{
margin-left: 0;
font-size: 0.6rem;
p{
font-size: 0.4rem;
}
}
}
}

View File

@@ -7,17 +7,6 @@
.swiper-container{
.swiper-wrapper{
.swiper-slide {
// animation: motion-autoplay 4s infinite;
// // animation-name: motion-autoplay;
// // animation-duration: 4s;
// // animation-timing-function: ease;
// animation-delay: 3s;
// // animation-iteration-count: infinite;
// animation-direction: normal;
// // animation-fill-mode: none;
// animation-play-state: running;
// // animation-timeline: ;
.cadre-img-zoom{
max-height: 1281px;
@@ -29,13 +18,12 @@
}
}
blockquote{
// color: white;
position: relative;
top: -30px;
// background-color: gray;
p{
font-size: 0.6rem !important;
font-size: 0.4rem !important;
font-family: 'gilroy-regular';
padding-top: 0.5rem;
}
}
@@ -46,9 +34,6 @@
0% {
transform: scale(1);
}
// 50% {
// transform: translateX(calc(-100% - 16px));
// }
100% {
transform: scale(1.1);
}