Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user