affichage img_hero

This commit is contained in:
2024-05-06 11:04:45 +02:00
parent 29adca7bd4
commit 71ec25822e
5 changed files with 36 additions and 0 deletions
@@ -7,6 +7,14 @@ section {
border: none;
@include shadow;
}
///////////////// à enlever quand images
.__img{
display: none;
}
//////////////////////////////
.d-flex{
color: $color_orange;
}
@@ -35,6 +43,7 @@ section {
}
}
.thumbnails {
width: 100%;
height: auto;
@@ -43,3 +43,12 @@ article {
}
//////////////////////// à enlever quand images
#main-content-node {
.__img-hero{
display: none;
}
}
////////////////////////////////
@@ -2,6 +2,12 @@
h4, h2{
color: $color2024;
}
//////////////////////// à enlever quand images
.__img-hero{
display: none;
}
////////////////////////////////
.__wrapper{
.__title{
margin: 0.5rem 0;
@@ -41,3 +47,4 @@
}
}
}