fix bug node id 4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user