Skip to content

Commit

Permalink
correct a bit the text
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 15, 2024
1 parent 1ff5b9a commit baaceba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions src/views/Activities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,29 @@ const hideActivities = ref(config.hideActivities)

<style lang="scss" scoped>
@use '@/variables' as *;
.tags {
display: flex;
flex-direction: column;
justify-content: center;
gap: 0.5rem;
margin-bottom: 1rem;
gap: 0.5rem;
}
.mission {
position: absolute;
bottom: 8px;
left: 16px;
display: flex;
justify-content: center;
align-items: flex-end;
gap: 0.6rem;
left: 16px;
justify-content: center;
color: $links-color;
gap: 0.6rem;
}
.description {
margin-left: 1.4rem;
margin-right: 1.4rem;
margin-bottom: 1.5rem;
margin-left: 1.4rem;
}
</style>
6 changes: 3 additions & 3 deletions src/views/Mission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const hideMission = ref(config.hideMission)
>The main goal of <strong>HackUPC</strong> is not to create a project or
win a prize, but to have a great time and create lasting memories. It is
for this reason that we have prepared The Mission. To participate, you
only need <strong>the Mission card</strong>, that can be found in your
swag bag received at check-in. Complete the tasks and
<strong>win prizes</strong> of all kinds!</Panel
only need <strong>the Mission card</strong>, that will be given to you
when at the check-in. Complete the tasks and
<strong>win exclusive prizes</strong> of all kinds!</Panel
>

<Panel title="Your mission card" size="small">
Expand Down

0 comments on commit baaceba

Please sign in to comment.