-
+
+
-
Aide
- Contact
- Administrateurs
- Mentions legales
+ Aide
+ Contact
+ Administrateurs
+ Mentions legales
-
-
+
diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss
index 6665911..6a489fd 100644
--- a/src/app/footer/footer.component.scss
+++ b/src/app/footer/footer.component.scss
@@ -1,8 +1,7 @@
footer {
width: 100%;
- height: 113px;
+ height: 80px;
background-color: #CE0000;
- margin-top: 4em;
}
.liens{
@@ -10,8 +9,31 @@ footer {
}
h5{
- padding-right: 4em;
+ padding-left: 2em;
color: white;
// font-weight: lighter;
cursor: pointer;
}
+
+
+@media only screen and (max-width:1131px) {
+
+ // footer{
+ // display: ineline-flex;
+ // justify-content: center;
+ // }
+
+ img{
+ display: none;
+ }
+
+ .liens{
+ display: flex;
+ flex-wrap: wrap;
+ }
+
+ // h5{
+ // display: flex;
+ // flex-wrap: wrap-reverse;
+ // }
+}