2 Commits 57425b9f1f ... a64f9abaca

Tác giả SHA1 Thông báo Ngày
  ouidade a64f9abaca padding top auteurs 1 tuần trước cách đây
  ouidade cb74b3c3fa font ressource 1 tuần trước cách đây

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

@@ -3382,15 +3382,17 @@ 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;
+  font-weight: 400;
 }
 .node-type-ressource .infos-content .field--name-field-sous-titre {
-  font-size: 1.5rem;
+  font-size: 1.3rem;
   order: 3;
 }
 .node-type-ressource .infos-content .field--name-field-auteur {
   font-weight: 800;
   font-size: 1.3rem;
   order: 4;
+  padding-top: 1rem;
 }
 .node-type-ressource .infos-content .field--name-field-site {
   background-color: rgb(153, 147, 174);

+ 3 - 1
web/themes/custom/reha/scss/pages/_node-ressource.scss

@@ -34,15 +34,17 @@
             h1{
                 order: 2;
                 font-size: 2rem;
+                font-weight: 400;
             }
             .field--name-field-sous-titre{
-                font-size: 1.5rem;
+                font-size: 1.3rem;
                 order: 3;
             }
             .field--name-field-auteur{
                 font-weight: 800;
                 font-size: 1.3rem;
                 order: 4;
+                padding-top: 1rem;
             }
             .field--name-field-site{
                 background-color: rgb(153, 147, 174);