Public Access
5
0
This commit is contained in:
LD
2025-11-26 13:55:11 -05:00
2 changed files with 28 additions and 16 deletions

View File

@@ -668,16 +668,25 @@ blockquote a {
position: relative;
z-index: 10;
display: flex;
flex-direction: row;
gap: 30px;
align-items: flex-start;
}
.armures .perso .habilites-video {
flex: 1;
position: relative;
z-index: 20;
}
.armures .perso .habilites-video video {
width: 100%;
width: 30%;
height: auto;
border-radius: 10px;
display: block;
}
.armures .habilites {
position: relative;
z-index: 15;
}