Auto-commit: add custom floating effect for all the images on the page

This commit is contained in:
2026-01-16 14:49:08 +01:00
parent 0dd3bf460b
commit 1dededd833

View File

@@ -98,6 +98,10 @@
--width-carousel-padding: calc((100vw - var(--width-content-width)) / 2 + 1px - var(--vw-1_5));
--width-carousel-padding-controls: calc((100vw - var(--width-content-width)) / 2 + 1px);
--width-carousel-padding-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px - var(--vw-1_5));
.image-block img:hover {
transform: scale(1.1);
transition: transform 0.3s ease-in-out;
}
.shadow-gradient {
position: fixed;
bottom: 0;