Skip to content

Commit

Permalink
#94 - Update the help page
Browse files Browse the repository at this point in the history
- Resize the title
  • Loading branch information
ammarbarakat committed Nov 3, 2022
1 parent 03b3b06 commit 873dfe4
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions pages/help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ export default {
<template>
<v-container fluid>
<v-row class="first-row">
<v-col cols="8">
<div class="first-col">
<p class="p-1">
{{ $t('pages.help.title') }}
</p>
<h1 class="h1-1">
{{ $t('pages.help.subtitle') }}
</h1>
</div>
<v-col cols="8" class="mt-6 ml-3">
<p class="p-1">
{{ $t('pages.help.title') }}
</p>
<h1 class="h1-1">
{{ $t('pages.help.subtitle') }}
</h1>
</v-col>
</v-row>
<v-row>
Expand Down Expand Up @@ -74,7 +72,7 @@ export default {
</v-container>
</template>

<style lang="scss">
<style>
.third-col {
padding-top: 10rem;
Expand All @@ -87,13 +85,6 @@ export default {
margin: 0 auto;
}
.first-col {
padding-top: 5vh;
padding-left: 5vw;
width: 100%;
margin: 0 auto;
}
.p-1 {
color: white;
font-size: 1.2rem;
Expand Down

0 comments on commit 873dfe4

Please sign in to comment.