margin title in zoom

This commit is contained in:
2023-10-24 13:02:31 +02:00
parent 70be2e6593
commit ec1b78fd08
2 changed files with 4 additions and 4 deletions
@@ -735,13 +735,13 @@ a {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-field-sous-titre {
margin-top: 0.5rem;
margin-top: 0.8rem;
font-size: 0.9rem;
font-weight: 800;
order: 4; }
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-title {
order: 3;
margin-top: 0.5rem;
margin-top: 0.8rem;
font-size: 0.9rem;
font-weight: 800; }
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-title h2 {
+2 -2
View File
@@ -474,14 +474,14 @@
} }
}
.field--name-field-sous-titre{
margin-top: 0.5rem;
margin-top: 0.8rem;
font-size: 0.9rem;
font-weight: 800;
order: 4;
}
.field--name-title{
order: 3;
margin-top: 0.5rem;
margin-top: 0.8rem;
font-size: 0.9rem;
font-weight: 800;
h2{margin: 0;}