diff --git a/public/favicon.ico b/public/favicon.ico
index df36fcf..964730e 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue
index b44472d..75eebfc 100644
--- a/src/layouts/DefaultLayout.vue
+++ b/src/layouts/DefaultLayout.vue
@@ -3,8 +3,8 @@
-
-
+
+
diff --git a/src/layouts/FooterLayout.vue b/src/layouts/FooterLayout.vue
index 9fc4c83..934abb5 100644
--- a/src/layouts/FooterLayout.vue
+++ b/src/layouts/FooterLayout.vue
@@ -37,9 +37,10 @@
-
- {{ link }}
-
+
+ {{ link }}
+
@@ -67,8 +68,21 @@ export default {
'conditions utilisation',
'anti-exploitation',
],
+ linkRoutes: {
+ 'Aide & Contact': { name: 'home' },
+ 'Conditions générales': { name: 'home' },
+ 'Politique des contenus': { name: 'home' },
+ 'Programme Ambassadeurs': { name: 'home' },
+ 'conditions utilisation': { name: 'home' },
+ 'anti-exploitation': { name: 'home' },
+ },
}),
-}
+ methods: {
+ getLinkUrl(link) {
+ return this.linkRoutes[link] || { name: 'home' };
+ },
+ },
+};
+@media (min-width: 2560px) {
+ .mobile-profile-picture-creator {
+ transform: scale(1.5) translateY(25%) translateX(-20px);
+ }
+
+
+ .card-youtube {
+ min-height: 380px;
+ }
+
+ .text-soutiens {
+ font-size: 1.5rem;
+ }
+
+ .name-info {
+ font-size: 2rem;
+
+ }
+
+ .social-container {
+ margin-left: 140px;
+ }
+
+ .social-container2 {
+ margin-left: 130px;
+ }
+
+ .occupation-info {
+ font-size: 1.5rem;
+ margin-left: 65px;
+ margin-top: -6px
+ }
+
+ .socialicons {
+ width: 45px;
+ max-width: 100px;
+ margin-top: 15px;
+ margin-left: 40px;
+ }
+
+
+}
+
\ No newline at end of file