interlignage home

This commit is contained in:
2021-12-13 12:51:10 +01:00
parent ca1975225e
commit 53497652db
2 changed files with 4 additions and 5 deletions
@@ -336,7 +336,7 @@ a {
font-size: 5rem; font-size: 5rem;
font-weight: 900; font-weight: 900;
color: #009ee3; color: #009ee3;
line-height: 7rem; line-height: 6.9rem;
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 5rem; margin-bottom: 5rem;
width: fit-content; } width: fit-content; }
@@ -344,8 +344,7 @@ a {
margin-top: 4rem; margin-top: 4rem;
margin-bottom: 0; } margin-bottom: 0; }
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span { .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span {
background-color: white; background-color: white; }
line-height: 2rem; }
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title { .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
grid-column: 4; grid-column: 4;
grid-row: 2; grid-row: 2;
+2 -2
View File
@@ -39,7 +39,7 @@
font-size: 5rem; font-size: 5rem;
font-weight: 900; font-weight: 900;
color: $blue-light; color: $blue-light;
line-height: 7rem; line-height: 6.9rem;
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 5rem; margin-bottom: 5rem;
width: fit-content; width: fit-content;
@@ -51,7 +51,7 @@
span { span {
background-color: $white; background-color: $white;
line-height: 2rem;
} }
} }