ajustement design
This commit is contained in:
parent
01533549d4
commit
094fb35c8e
|
@ -178,8 +178,8 @@ header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
border-right: 1px solid #808080;
|
border-right: 1px solid #808080;
|
||||||
padding-left: 5%;
|
padding-left: 2%;
|
||||||
padding-right: 5%; }
|
padding-right: 2%; }
|
||||||
@media (max-width: 660px) {
|
@media (max-width: 660px) {
|
||||||
header .header_left_container {
|
header .header_left_container {
|
||||||
height: inherit; } }
|
height: inherit; } }
|
||||||
|
@ -192,8 +192,7 @@ header {
|
||||||
header .header_left_container #block-quartiers-de-demain-logoepau-2 {
|
header .header_left_container #block-quartiers-de-demain-logoepau-2 {
|
||||||
height: 110px; } }
|
height: 110px; } }
|
||||||
header .header_left_container #block-quartiers-de-demain-logoquartiersdedemain {
|
header .header_left_container #block-quartiers-de-demain-logoquartiersdedemain {
|
||||||
margin-left: auto;
|
margin-left: auto; }
|
||||||
padding-right: 5%; }
|
|
||||||
header .header_left_container img {
|
header .header_left_container img {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 150px; }
|
height: 150px; }
|
||||||
|
@ -617,6 +616,11 @@ header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(12, 1fr); }
|
grid-template-columns: repeat(12, 1fr); }
|
||||||
|
#presentation .layout-sidebar-first {
|
||||||
|
position: relative; }
|
||||||
|
#presentation .layout-sidebar-first .sidebar_first_container {
|
||||||
|
position: sticky;
|
||||||
|
position: -webkit-sticky; }
|
||||||
#presentation .layout-content {
|
#presentation .layout-content {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
order: 2;
|
order: 2;
|
||||||
|
|
|
@ -4,6 +4,13 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(12, 1fr);
|
grid-template-columns: repeat(12, 1fr);
|
||||||
// grid-gap: 10px;
|
// grid-gap: 10px;
|
||||||
|
.layout-sidebar-first{
|
||||||
|
position: relative;
|
||||||
|
.sidebar_first_container{
|
||||||
|
position: sticky;
|
||||||
|
position: -webkit-sticky;
|
||||||
|
}
|
||||||
|
}
|
||||||
.layout-content{
|
.layout-content{
|
||||||
// grid-column: 3 / 11;
|
// grid-column: 3 / 11;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
|
|
@ -34,8 +34,8 @@ header{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
border-right: 1px solid #808080;
|
border-right: 1px solid #808080;
|
||||||
padding-left: 5%;
|
padding-left: 2%;
|
||||||
padding-right: 5%;
|
padding-right: 2%;
|
||||||
@media(max-width: 660px){
|
@media(max-width: 660px){
|
||||||
height: inherit;
|
height: inherit;
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ header{
|
||||||
}
|
}
|
||||||
#block-quartiers-de-demain-logoquartiersdedemain{
|
#block-quartiers-de-demain-logoquartiersdedemain{
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
padding-right: 5%;
|
// padding-right: 5%;
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in New Issue