Public Access
5
0

changements dans le css et html des habilites-row

This commit is contained in:
Andres
2025-11-26 14:17:36 -05:00
parent 4b5ad07114
commit 1a4dd5fb9a
2 changed files with 29 additions and 19 deletions

View File

@@ -36,7 +36,7 @@
}
#pageCouranteNAV {
text-shadow: violet 2px ;
text-shadow: violet 2px;
box-shadow: #ffefe5;
}
@@ -664,10 +664,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 {
@@ -677,7 +684,7 @@ blockquote a {
}
.armures .perso .habilites-video video {
width: 30%;
width: 100%;
height: auto;
border-radius: 10px;
display: block;