|
@@ -3688,6 +3688,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
@media (max-width: 891px) {
|
|
|
.page-actualites .view-actus .views-row .node-type-actualite {
|
|
|
width: 100% !important;
|
|
|
+ margin-bottom: 2rem;
|
|
|
}
|
|
|
}
|
|
|
.page-actualites .view-actus .views-row .node-type-actualite .entete_actu {
|
|
@@ -3702,6 +3703,11 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
height: 15rem;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .page-actualites .view-actus .views-row .node-type-actualite .entete_actu .image-actualite img {
|
|
|
+ height: 10rem;
|
|
|
+ }
|
|
|
+}
|
|
|
.page-actualites .view-actus .views-row .node-type-actualite .entete_actu .infos-content {
|
|
|
height: fit-content;
|
|
|
width: 100%;
|
|
@@ -3716,10 +3722,20 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
padding-top: 0.2rem;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .page-actualites .view-actus .views-row .node-type-actualite .entete_actu .infos-content h2 {
|
|
|
+ font-size: 1rem;
|
|
|
+ }
|
|
|
+}
|
|
|
.page-actualites .view-actus .views-row .node-type-actualite .entete_actu .infos-content .field--name-field-sous-titre {
|
|
|
padding-top: 0 rem;
|
|
|
font-size: 1.2rem;
|
|
|
}
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .page-actualites .view-actus .views-row .node-type-actualite .entete_actu .infos-content .field--name-field-sous-titre {
|
|
|
+ font-size: 1rem;
|
|
|
+ }
|
|
|
+}
|
|
|
.page-actualites .view-actus .views-row .node-type-actualite .entete_actu .infos-content .field--name-field-date {
|
|
|
padding-top: 0.2rem;
|
|
|
}
|