fond home

This commit is contained in:
2021-12-02 13:08:23 +01:00
parent 4b4ae05e29
commit bea4581105
5 changed files with 155 additions and 29 deletions
+5 -8
View File
@@ -17,7 +17,8 @@
.block-views-blockhome-nodes-block-1{
grid-area: presentation;
grid-row: 1;
background: url("../images/pictos/carre-contour-bleu_contact.svg");
background: url("../images/pictos/forme_home.svg");
background-size: 100vw;
.node-type-static{
div:first-child{
display: grid;
@@ -42,7 +43,7 @@
grid-column: 2 /span 3;
grid-row: 2 / span 2;
font-size: 5rem;
font-weight: 800;
font-weight: 900;
color: $blue-light;
line-height: 6rem;
margin-bottom: 5rem;
@@ -155,6 +156,7 @@
}
}
.field--name-field-description{
margin-bottom: 1rem;
p{
margin-top: 0;
margin-bottom: 0;
@@ -165,12 +167,7 @@
font-weight: 800;
color: $white;
font-size: 1.3rem;
}
&:after{
display: block;
content:url("../images/pictos/noun_Arrow_3771902.svg")
}
}
}
}
}