Public Access
5
0
This commit is contained in:
2025-11-30 14:09:31 -05:00
9 changed files with 131 additions and 157 deletions

View File

@@ -885,11 +885,53 @@ footer {
display: block;
}
.armures .perso .habilites img {
width: 100%;
height: auto;
border-radius: 10px;
display: block;
}
.armures .habilites {
position: relative;
z-index: 15;
}
.armures .perso .habilites {
flex: 1;
}
.armures .perso .habilites-video {
flex: 1;
}
.armures .perso .habilites-row img,
.armures .perso .habilites-row video {
width: 100%;
height: 500px;
object-fit: cover;
display: block;
}
.armures .wf-nav {
position: fixed;
bottom: 20px;
left: 50%;
top: 80px;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.4);
padding: 10px 25px;
border-radius: 10px;
backdrop-filter: blur(5px);
z-index: 999;
}
.armures .perso {
scroll-margin-top: 140px;
}
/****************************/
/* PAGE: Crédits */
/* AUTEUR: Jeremy */