fix bug node id 4

This commit is contained in:
2021-12-02 16:26:34 +01:00
parent 0ea8885a94
commit 7ef559fa24
2 changed files with 2 additions and 3 deletions
@@ -192,8 +192,7 @@ a {
color: #09398b; color: #09398b;
text-transform: uppercase; } text-transform: uppercase; }
.layout__region--second .block-entity-fieldnodefield-textes h4 { .layout__region--second .block-entity-fieldnodefield-textes h4 {
text-transform: none !important; text-transform: none !important; }
width: 25%; }
.layout__region--second .block-entity-fieldnodefield-textes h4 img { .layout__region--second .block-entity-fieldnodefield-textes h4 img {
width: 100%; width: 100%;
height: auto; } height: auto; }
@@ -58,7 +58,7 @@
} }
h4{ h4{
text-transform: none !important; text-transform: none !important;
width: 25%;
img{ img{
width: 100%; width: 100%;
height: auto; height: auto;