Prechádzať zdrojové kódy

retouche desing titre, sous titre

ouidade 1 týždeň pred
rodič
commit
865c1b8ec1

+ 4 - 1
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -2319,7 +2319,7 @@ svg.ext {
   }
 }
 .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle {
-  font-size: 3rem;
+  font-size: 2.5rem;
   font-weight: 600;
   line-height: 1.2;
 }
@@ -2330,6 +2330,8 @@ svg.ext {
   }
 }
 .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre .field--name-field-edition p {
+  font-weight: 600;
+  font-size: 2rem;
   margin-bottom: 0;
 }
 .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition .field--name-field-edition p {
@@ -2339,6 +2341,7 @@ svg.ext {
   font-size: 1.5rem;
   font-weight: 800;
   line-height: 0.8;
+  margin-top: 1rem;
 }
 .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- .field--name-field-auteur-s- p {
   margin: 0;

+ 4 - 1
web/themes/custom/eql/scss/pages/_ressource.scss

@@ -102,7 +102,7 @@
                     }
                 }
                 .block-entity-fieldnodetitle{
-                    font-size: 3rem;
+                    font-size: 2.5rem;
                     font-weight: 600;
                     line-height: 1.2;
                     .field--name-title{
@@ -116,6 +116,8 @@
                 .block-entity-fieldnodefield-sous-titre{
                     .field--name-field-edition{
                         p{
+                            font-weight: 600;
+                            font-size: 2rem;
                             margin-bottom: 0;
                         }
                     }
@@ -133,6 +135,7 @@
                         font-size: 1.5rem;
                         font-weight: 800;
                         line-height: 0.8;
+                        margin-top: 1rem;
                         p{
                             margin: 0;
                         }