correction 29/08/2021

This commit is contained in:
armansansd
2021-08-29 15:06:33 +02:00
parent 4bc0d1353b
commit 8f3a27dfb1
3 changed files with 12 additions and 7 deletions

View File

@@ -1,4 +1,8 @@
.path-centre-de-ressources{
//tmp
.slick-slider{
display: none;
}
//colo programme
.programme-1{
@@ -245,16 +249,16 @@
.content_container{
&>div>h2:first-child{
text-align: center;
background-color: $lightblue;
background: $trame;
padding: 1rem 0;
}
}
form{
background-color: $lightblue;
background: $trame;
display: grid;
padding: 5rem 0 1rem 0;
margin-top: -3rem;
//margin-top: -3rem;
column-gap: 1rem;
grid-template-columns: calc(10% - 3em) repeat(4, 20%);
&>div:first-child{