Browse Source

hierarchie font ressource

ouidade 1 month ago
parent
commit
65b7d93827

+ 2 - 1
web/themes/custom/reha/dist/css/bundle.css

@@ -3351,9 +3351,10 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
 }
 .node-type-ressource .infos-content h1 {
   order: 2;
+  font-size: 2rem;
 }
 .node-type-ressource .infos-content .field--name-field-sous-titre {
-  font-size: 2rem;
+  font-size: 1.5rem;
   order: 3;
 }
 .node-type-ressource .infos-content .field--name-field-auteur {

+ 5 - 2
web/themes/custom/reha/scss/pages/_node-ressource.scss

@@ -31,9 +31,12 @@
                 font-size: 1rem;
                 order: 1;
             }
-            h1{order: 2;}
-            .field--name-field-sous-titre{
+            h1{
+                order: 2;
                 font-size: 2rem;
+            }
+            .field--name-field-sous-titre{
+                font-size: 1.5rem;
                 order: 3;
             }
             .field--name-field-auteur{