This commit is contained in:
2021-11-17 20:33:11 +01:00
parent 41baaaaf31
commit 888d001c27
6 changed files with 105 additions and 197 deletions
+21 -1
View File
@@ -10,12 +10,32 @@
margin: none;
top: 0%;
left: 0%;
width: 100%;
overflow: hidden;
}
.path-frontpage{
margin: 0;
}
.path-node {
margin: 0;
}
// .contextual-region .node-type-static {
// grid-template-columns: repeat(6 1fr);
// }
.field--name-field-titre{
.field__item{
color: $blue-dark;
font-weight: 900;
font-size: 2rem;
}
.field__label{
visibility: hidden;
}
}
.inter-titre {
color: $blue-light;
text-transform: uppercase;
}