Correctifs au nav
This commit is contained in:
@@ -37,6 +37,7 @@ nav {
|
||||
top: 0;
|
||||
height: 60px;
|
||||
font-weight: 500;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
@@ -384,17 +385,22 @@ blockquote a {
|
||||
/* AUTEUR: Andres */
|
||||
/****************************/
|
||||
|
||||
.video-header {
|
||||
.armures {
|
||||
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.armures .video-header {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#entete {
|
||||
.armures #entete {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#title {
|
||||
.armures #title {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@@ -406,7 +412,7 @@ blockquote a {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.perso {
|
||||
.armures .perso {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding: 40px;
|
||||
@@ -414,7 +420,7 @@ blockquote a {
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.perso .bg-video {
|
||||
.armures .perso .bg-video {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@@ -425,11 +431,11 @@ blockquote a {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.perso .content {
|
||||
.armures .perso .content {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.habilites {
|
||||
.armures .habilites {
|
||||
position: absolute;
|
||||
}
|
||||
Reference in New Issue
Block a user