fix bug node id 4

This commit is contained in:
2021-12-02 16:22:32 +01:00
parent 6f6a1545eb
commit 0ea8885a94
4 changed files with 60 additions and 15 deletions
@@ -23,4 +23,25 @@
}
}
.layout__region--second{ // paragraphe texte
width: 25%;
.block-entity-fieldnodefield-textes{
background-color: $white;
.field--name-field-titre{
font-size: 1.5rem;
font-weight: 1000;
font-family: 'Source Code Pro';
color: $blue-dark;
text-transform: uppercase;
}
h4{
text-transform: none !important;
}
.field--type-text-long{
padding-right: 2rem;
}
}
}
}
@@ -58,10 +58,18 @@
}
h4{
text-transform: none !important;
width: 25%;
img{
width: 100%;
height: auto;
}
}
.field--type-text-long{
padding-right: 2rem;
}
p{
margin-top: 0;
}
}
}