This commit is contained in:
2021-06-22 14:41:52 +02:00
parent 01afb95428
commit 2ff5cec751
5 changed files with 33 additions and 25 deletions

View File

@@ -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; }