Skip to content

Commit

Permalink
fix(style): margin in introdution text
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed Feb 9, 2024
1 parent 25728b5 commit 9fe451e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/atoms/Introduction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<v-container>
<v-row align="center" class="mb-10">
<v-col class="text-left" cols="12" md="6">
<h1 class="display-3 font-weight-regular mb-4 white--text">
<h1 class="display-3 font-weight-regular mb-4 mt-16 white--text">
{{ $t('Introduction.title') }}
</h1>
<h4 class="display-1 white--text mb-4">
Expand Down Expand Up @@ -37,9 +37,11 @@
<v-container class="hidden-md-and-up ma-0 pa-0">
<div style="background-color: #f4b700">
<div style="background-color: #f4b700">
<h1 class="display-3 font-weight-regular white--text text-center">
<v-col>
<h1 class="display-3 font-weight-regular white--text text-center mt-5">
{{ $t('Introduction.title') }}
</h1>
</v-col>
</div>
<v-img
src="@/assets/landing/introductionMobile.svg"
Expand Down

0 comments on commit 9fe451e

Please sign in to comment.