resp region top

This commit is contained in:
2024-10-15 12:29:06 +02:00
parent 69c918f64d
commit e22e7bcece
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -2264,6 +2264,11 @@ a {
text-transform: uppercase;
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 {
font-size: 2rem;
font-weight: 600;
@@ -83,10 +83,12 @@
}
.block-entity-fieldnodefield-type-de-ressource{
// margin-top: 2rem;
color: $blue-light;
text-transform: uppercase;
font-weight: 800;
@media (max-width: 1099px) {
margin-top: 2rem;
}
}
.block-entity-fieldnodetitle{
font-size: 2rem;