diff --git a/src/views/Mentors.vue b/src/views/Mentors.vue index 1d70ae82..c2fd19d0 100644 --- a/src/views/Mentors.vue +++ b/src/views/Mentors.vue @@ -66,7 +66,7 @@ const currentView = computed<'generalInfo' | 'meetThem'>(() => { - #help + #mentors You can always find a mentor in the Mentors lobby, located at A5105 next to the Cafeteria. @@ -130,11 +130,11 @@ const currentView = computed<'generalInfo' | 'meetThem'>(() => { .explore { display: flex; width: 100%; + flex-wrap: wrap; justify-content: flex-end; margin-top: 20px; margin-right: 20px; margin-left: 20px; - gap: 0.5rem; } .button { diff --git a/src/views/Mission.vue b/src/views/Mission.vue index f80fddef..c7ee8313 100644 --- a/src/views/Mission.vue +++ b/src/views/Mission.vue @@ -100,11 +100,11 @@ strong { .explore { display: flex; width: 100%; + flex-wrap: wrap; justify-content: flex-start; margin-top: 20px; margin-right: 20px; margin-left: 20px; - gap: 0.5rem; } .button {