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<{ diff --git a/front/src/views/HomeView.vue b/front/src/views/HomeView.vue index 5a6d3fd..d43b8fd 100644 --- a/front/src/views/HomeView.vue +++ b/front/src/views/HomeView.vue @@ -7,7 +7,7 @@ import TextBlock from "@/components/TextBlock.vue"; - diff --git a/front/src/views/JoinView.vue b/front/src/views/JoinView.vue index ecf0f69..5dd9b77 100644 --- a/front/src/views/JoinView.vue +++ b/front/src/views/JoinView.vue @@ -13,8 +13,9 @@ import InputField from "@/components/InputField.vue";
+

Event code

- +
@@ -23,4 +24,117 @@ import InputField from "@/components/InputField.vue";