resp region top
This commit is contained in:
@@ -2264,6 +2264,11 @@ a {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 1099px) {
|
||||||
|
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-type-de-ressource {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
@@ -83,10 +83,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.block-entity-fieldnodefield-type-de-ressource{
|
.block-entity-fieldnodefield-type-de-ressource{
|
||||||
// margin-top: 2rem;
|
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
@media (max-width: 1099px) {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.block-entity-fieldnodetitle{
|
.block-entity-fieldnodetitle{
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user