changements dans le css et html des habilites-row
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user