Fix: portfolio mobile layout adjustments
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-12 19:33:01 +01:00
parent e45380258b
commit 0a346040a2
2 changed files with 4 additions and 7 deletions

View file

@ -47,6 +47,7 @@ columns:
- strike - strike
- clear - clear
- link - link
maxlength: 500
help: Description complète du projet help: Description complète du projet
images: images:

View file

@ -369,6 +369,9 @@
.portfolio { .portfolio {
background: transparent; background: transparent;
width: 100vw;
height: auto;
overflow: hidden;
} }
/* Gallery over background, under content */ /* Gallery over background, under content */
@ -378,13 +381,6 @@
z-index: 1; z-index: 1;
transform: translateX(0vw); transform: translateX(0vw);
width: 100vw; width: 100vw;
transition: all .3s ease-in-out;
}
:global(.slide.active .portfolio-gallery.mobile-only) {
transform: translateX(-10vw);
width: 120vw;
transition: all .3s ease-in-out .8s;
} }
.content-background { .content-background {