Pb de décalage de marges
This commit is contained in:
parent
27719f772a
commit
c63882b49a
@ -329,7 +329,7 @@ td > .col12 {
|
|||||||
#bar {
|
#bar {
|
||||||
background: #212223;
|
background: #212223;
|
||||||
padding-left: 5px; /* Pour éviter que le select touche le bord lorsque la fenêtre est redimensionnée */
|
padding-left: 5px; /* Pour éviter que le select touche le bord lorsque la fenêtre est redimensionnée */
|
||||||
/*margin: 0 -10px;*/
|
margin: 0; /*-10px;*/
|
||||||
text-align: right;
|
text-align: right;
|
||||||
position: -webkit-sticky; /* Safari */
|
position: -webkit-sticky; /* Safari */
|
||||||
position: sticky;
|
position: sticky;
|
||||||
@ -426,7 +426,7 @@ td > .col12 {
|
|||||||
|
|
||||||
@media (min-width:769px) {
|
@media (min-width:769px) {
|
||||||
body > header {
|
body > header {
|
||||||
margin: 0 -10px;
|
margin: 0 ;/*-10px;*/
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
margin:0;
|
margin:0;
|
||||||
@ -458,7 +458,7 @@ header .container {
|
|||||||
|
|
||||||
/* Menu */
|
/* Menu */
|
||||||
body > nav {
|
body > nav {
|
||||||
margin: 0 -10px;
|
/*margin: 0 -10px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Items du menu */
|
/* Items du menu */
|
||||||
@ -629,8 +629,7 @@ section:after {
|
|||||||
|
|
||||||
/* Pied de page */
|
/* Pied de page */
|
||||||
body > footer {
|
body > footer {
|
||||||
/*margin: 0 -10px;*/
|
margin: 0;/* -10px;*/
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user