Feat: Portfolio mobile — background image + gallery animation + arrows/counter
- Background fixe mobile (BG GAME MOBILE.png, position bottom) - GalleryAnimation en plein écran sur mobile (position fixed, opacité 0.8) - Arrows + compteur 01/05 ajoutés (desktop grid-area 18/16, mobile 18/15) - Layout mobile : mockup centré, texte par-dessus, keywords masqués, nav horizontale 75px - Séparation desktop-only / mobile-only pour la galerie Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a0798e71d0
commit
ae86f0ce1c
3 changed files with 178 additions and 10 deletions
|
|
@ -53,3 +53,18 @@
|
|||
grid-area: 1/16 / span 20 / span 1;
|
||||
height: 150%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 700px) {
|
||||
.mobile-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.mobile-only {
|
||||
display: inherit;
|
||||
}
|
||||
.desktop-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue