diff --git a/user/themes/lecampus/css-compiled/theme.css b/user/themes/lecampus/css-compiled/theme.css index 2f0f0fe..333aa2c 100644 --- a/user/themes/lecampus/css-compiled/theme.css +++ b/user/themes/lecampus/css-compiled/theme.css @@ -3008,7 +3008,7 @@ header nav.dropmenu > ul { #le_campus #module .titre-module { font-family: "now_alt_bold"; font-weight: 400; - font-size: 1.5rem; + font-size: 2rem; line-height: 2rem; padding-bottom: 2rem; text-align: center; @@ -3022,9 +3022,7 @@ header nav.dropmenu > ul { flex-direction: column; padding: 10px; } #le_campus #module .valeurs .valeur .images_v { - width: 100%; - max-height: 10rem; - overflow: hidden; } + width: 100%; } #le_campus #module .valeurs .valeur .images_v img { padding-bottom: 20px; } #le_campus #module .valeurs .valeur h5 { @@ -3041,9 +3039,7 @@ header nav.dropmenu > ul { flex-direction: column; padding: 10px; } #le_campus #module .equipe .personne .images_v { - width: 100%; - max-height: 10rem; - overflow: hidden; } + width: 100%; } #le_campus #module .equipe .personne .images_v img { padding-bottom: 20px; } #le_campus #module .equipe .personne h5 { @@ -3052,10 +3048,13 @@ header nav.dropmenu > ul { font-family: "bold"; font-size: 1.3rem; } -#le_campus .dl_plaquette p { - font-family: "now_alt_bold"; - font-weight: 400; - font-size: 1rem; - line-height: 2rem; - padding-bottom: 2rem; - text-align: center; } +.module .dl_plaquette { + width: 60%; + margin: auto; } + .module .dl_plaquette p { + font-family: "now_alt_bold"; + font-weight: 400; + font-size: 1rem; + line-height: 2rem; + padding-bottom: 2rem; + text-align: center; } diff --git a/user/themes/lecampus/scss/theme/_blog.scss b/user/themes/lecampus/scss/theme/_blog.scss index 1b4d0f1..10b3c64 100644 --- a/user/themes/lecampus/scss/theme/_blog.scss +++ b/user/themes/lecampus/scss/theme/_blog.scss @@ -1608,7 +1608,7 @@ .titre-module{ font-family: "now_alt_bold"; font-weight: 400; - font-size: 1.5rem; + font-size: 2rem; line-height: 2rem; padding-bottom: 2rem; text-align: center; @@ -1622,14 +1622,15 @@ display: flex; flex-direction: column; padding: 10px; + .images_v{ width:100%; - max-height: 10rem; - overflow: hidden; img{ padding-bottom: 20px; } } + .texte_v{ + } h5{ padding-top: 20px; padding-bottom: 5px; @@ -1648,8 +1649,8 @@ padding: 10px; .images_v{ width:100%; - max-height: 10rem; - overflow: hidden; + // max-height: 30%; + // overflow: hidden; img{ padding-bottom: 20px; } @@ -1663,7 +1664,14 @@ } } } + +} + +.module{ .dl_plaquette{ + width: 60%; + margin: auto; + p{ font-family: "now_alt_bold"; font-weight: 400; diff --git a/user/themes/lecampus/scss/theme/_nos_valeurs.scss b/user/themes/lecampus/scss/theme/_nos_valeurs.scss deleted file mode 100644 index e69de29..0000000 diff --git a/user/themes/lecampus/templates/le_campus.html.twig b/user/themes/lecampus/templates/le_campus.html.twig index 2dd8f69..541462c 100644 --- a/user/themes/lecampus/templates/le_campus.html.twig +++ b/user/themes/lecampus/templates/le_campus.html.twig @@ -45,11 +45,12 @@
{% include 'modular/section-valeurs-equipe.html.twig' %} +
+ {{content}} +
- -
- {{content}} -
+ + {% endblock %} diff --git a/user/themes/lecampus/templates/modular/valeurs.html.twig b/user/themes/lecampus/templates/modular/valeurs.html.twig index 3ff5573..ab4b1e7 100644 --- a/user/themes/lecampus/templates/modular/valeurs.html.twig +++ b/user/themes/lecampus/templates/modular/valeurs.html.twig @@ -14,6 +14,7 @@ photo de {{valeur.titre}} {% endif %} +
{% if valeur.titre %}
{{ valeur.titre }}
{% endif %} @@ -21,7 +22,7 @@ {% if valeur.texte %}

{{ valeur.texte|markdown }}

{% endif %} - +
@@ -29,5 +30,4 @@ {% endfor %} -