config diaporama home css

This commit is contained in:
2024-07-10 17:22:49 +02:00
parent c580ed67d6
commit 1a3e5ccedd
5 changed files with 28 additions and 25 deletions

View File

@@ -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;
}

View File

@@ -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;

View File

@@ -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%);