armansansd b1f6e1637d #1421
2021-08-20 15:05:55 +02:00

52 lines
1.1 KiB
SCSS

.page-node-type-theme{
//tmp hidden
.block-region-first{
visibility: hidden;
}
.block-region-third{
margin-top: 30rem;
}
#node\:title:before{
content: "théme";
clear: both;
display: block;
width: 100%;
font-size: $font-small;
text-transform: uppercase;
margin-bottom: .8rem;
}
#node\:title{
margin: 0;
font-size: $font-large;
line-height: 1.3;
font-weight: 600;
margin-bottom: 1rem;
}
#node\:field_image{
width: 150%;
img{
width: 100%;
}
}
.block-region-bottom{
#node\:field_projets_lies{
h2{
text-align: center;
}
.field_projets_lies{
display: grid;
grid-template-columns: repeat(5, 1fr);
column-gap: 1rem;
padding: 0 10%;
}
article{
.body{
display: none;
}
}
}
}
}