Public Access
5
0
This commit is contained in:
LD
2025-11-26 14:32:48 -05:00
4 changed files with 84 additions and 24 deletions

View File

@@ -222,7 +222,7 @@ footer {
/****************************/
/* PAGE: L'équipe */
/* AUTEUR: Jérémy & Andres */
/* AUTEUR: Jérémy */
/****************************/
.team {
background: #13172c url("../images/imagesTeam/Intro.png") center;
@@ -735,10 +735,17 @@ blockquote a {
.armures .perso .content {
position: relative;
z-index: 10;
flex-direction: row;
gap: 30px;
align-items: flex-start;
}
.armures .perso .habilites-row {
display: flex;
flex-direction: row;
gap: 30px;
align-items: flex-start;
margin-top: 20px;
}
.armures .perso .habilites-video {
@@ -748,7 +755,7 @@ blockquote a {
}
.armures .perso .habilites-video video {
width: 30%;
width: 100%;
height: auto;
border-radius: 10px;
display: block;