created colloque 2024 theme

This commit is contained in:
2024-03-07 13:13:44 +01:00
parent 96da96e96d
commit ff8712ff3c
303 changed files with 45057 additions and 0 deletions
@@ -0,0 +1,25 @@
.__ressources{
h4{
text-transform: uppercase;
margin: 1rem 0;
font-family: 'dukefill';
font-size: 2rem;
letter-spacing: $letter_spacingH;
color: $color2
}
& > section{
&> div{
@media screen and (min-width: 768px) {
margin: 0 calc(0rem - #{$gutter})!important;
}
}
}
section{
.row{
padding: 0rem 0rem 2rem 0rem;
}
}
.views-element-container{
margin: 4rem auto;
}
}