From df39c1b2ad988f9d2681faa0570e0167d8d59110 Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet@mmibordeaux.com>
Date: Tue, 13 Dec 2022 12:45:59 +0100
Subject: [PATCH] programs typos

---
 assets/sass/_theme/_configuration.sass    |  2 +-
 assets/sass/_theme/sections/programs.sass | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/assets/sass/_theme/_configuration.sass b/assets/sass/_theme/_configuration.sass
index b69d6a60..78f32cfb 100644
--- a/assets/sass/_theme/_configuration.sass
+++ b/assets/sass/_theme/_configuration.sass
@@ -22,7 +22,7 @@ $heading-font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !defaul
 
 // Base
 $font-size-base: 16px !default
-$line-height-base: 140% !default
+$line-height-base: 160% !default
 
 // Headings
 $heading-font-weight: normal !default
diff --git a/assets/sass/_theme/sections/programs.sass b/assets/sass/_theme/sections/programs.sass
index c910846b..bad37a79 100644
--- a/assets/sass/_theme/sections/programs.sass
+++ b/assets/sass/_theme/sections/programs.sass
@@ -95,6 +95,7 @@ ol.programs
                 > *
                     grid-column: 5/13
                 > h2
+                    @include h5
                     $sticky-top-offset: 90px
                     @include sticky($sticky-top-offset)
                     top: $sticky-top-offset
@@ -102,11 +103,28 @@ ol.programs
                     align-self: start
                     grid-column: 1/5
                     margin-bottom: 0
+                h3:not(:first-of-type)
+                    margin-top: $spacing4
             section:first-of-type
                 .content
                     border-top: none
 
     table
         margin-block-start: 2em
+        &.post-infos
+            tr
+                font-size: unset
+                line-height: 160%
+                font-family: unset
+            th
+                @include meta
+                vertical-align: middle
+        &.table-persons
+            td
+                @include small
         caption 
             @include visually-hidden
+        th
+            font-weight: normal
+            a
+                text-decoration: none
-- 
GitLab