Public Access
5
0

Compare commits

...

2 Commits

View File

@@ -36,7 +36,7 @@
} }
#pageCouranteNAV { #pageCouranteNAV {
text-shadow: violet 2px ; text-shadow: violet 2px;
box-shadow: #ffefe5; box-shadow: #ffefe5;
} }
@@ -147,6 +147,9 @@ footer {
.accueil #rencontreEquipe { .accueil #rencontreEquipe {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
background-color: #E6ECF3;
color: #606060;
height: 85vh;
} }
.accueil #rencontreEquipe div { .accueil #rencontreEquipe div {
@@ -449,8 +452,8 @@ footer {
} }
.lore h1, .lore h1,
h2, .lore h2,
h3 { .lore h3 {
margin: 10px; margin: 10px;
} }