bug 1er bandeau

This commit is contained in:
2021-12-02 14:12:39 +01:00
parent eec8fd6063
commit 31c3acdb3c
2 changed files with 5 additions and 5 deletions
@@ -275,10 +275,9 @@ a {
font-weight: 900;
color: #009ee3;
line-height: 6rem;
margin-bottom: 5rem; }
margin-bottom: 5rem;
width: fit-content; }
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
display: table;
margin: 0px auto 0px auto;
background-color: white; }
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
grid-column: 4;
+3 -2
View File
@@ -35,9 +35,10 @@
color: $blue-light;
line-height: 6rem;
margin-bottom: 5rem;
width: fit-content;
p{
display: table;
margin: 0px auto 0px auto;
// display: table;
// margin: 0px auto 0px auto;
background-color: $white;
}
}