config diaporama home css
This commit is contained in:
@@ -36,21 +36,13 @@ $width-menu-slidedown : 550px;
|
||||
main{
|
||||
width: 100%;
|
||||
padding-top: $header-height;
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(12, 1fr);
|
||||
|
||||
@media(max-width: 810px){
|
||||
padding-top: 180px;
|
||||
}
|
||||
&#home{
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
// .content_container{
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(12, 1fr);
|
||||
// }
|
||||
}
|
||||
|
||||
.layout-content{
|
||||
// grid-column: 1 / span 12;
|
||||
// padding-top: $header-height;
|
||||
|
||||
}
|
||||
|
||||
|
@@ -1,4 +1,13 @@
|
||||
#home{
|
||||
|
||||
.config_pages--type--diaporama-home{
|
||||
.field_field_images{
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
.content_container{
|
||||
#block-quartiers-de-demain-titredepage{
|
||||
display: none;
|
||||
@@ -9,6 +18,9 @@
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
article.node-type-static{
|
||||
.field_title{
|
||||
display: none;
|
||||
}
|
||||
.field_body{ ///// texte de présentation
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
|
@@ -167,16 +167,6 @@ header{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Classes for scroll effect */
|
||||
|
||||
// &.shrink {
|
||||
// height: var(--header-height-small);
|
||||
// }
|
||||
|
||||
// .header_left_container.shrink {
|
||||
// transform: scale(0.8);
|
||||
// }
|
||||
|
||||
.header_nav_container.hidden {
|
||||
transform: translateX(30%);
|
||||
|
Reference in New Issue
Block a user