diff --git a/front/src/assets/main.css b/front/src/assets/main.css
index a6006f6..2be1dca 100644
--- a/front/src/assets/main.css
+++ b/front/src/assets/main.css
@@ -21,19 +21,17 @@ body
{
display: flex;
padding: 0 1vw 3vh 1vw;
- justify-content: center;
- align-content: center;
align-items: center;
height: 100%;
max-height: 100%;
width: 80%;
-
}
@media screen and (min-width: 1001px) {
.container
{
flex-direction: row;
+ justify-content: center;
gap: 10vw;
}
}
@@ -41,6 +39,7 @@ body
@media screen and (max-width: 1000px) {
.container {
flex-direction: column;
+ justify-content: start;
gap: 50px;
}
}
diff --git a/front/src/components/Button.vue b/front/src/components/Button.vue
index f128b81..6815b81 100644
--- a/front/src/components/Button.vue
+++ b/front/src/components/Button.vue
@@ -13,6 +13,8 @@
diff --git a/front/src/components/NavLink.vue b/front/src/components/NavLink.vue
index 515e651..a306255 100644
--- a/front/src/components/NavLink.vue
+++ b/front/src/components/NavLink.vue
@@ -10,9 +10,11 @@ const props = defineProps<{
-
This website is currently under development and might look ugly as fuck
@@ -21,47 +21,41 @@ import TextBlock from "@/components/TextBlock.vue";
Welcome !
Meet up now !
-