This commit is contained in:
2023-09-04 00:52:13 +02:00
parent c013b52e28
commit a3473ac706
10 changed files with 76 additions and 23 deletions

View File

@ -12,6 +12,7 @@ import DifferentBox from './DifferentBox.vue';
<DifferentBox image="coffee-cup1.png" :title="$t('different.extraordinary.title')" :description="$t('different.extraordinary.description')" />
<DifferentBox image="best-price1.png" :title="$t('different.affordable.title')" :description="$t('different.affordable.description')" />
</div>
<h3>{{ $t('different.subheader1') }}</h3>
</section>
</template>
@ -19,7 +20,7 @@ import DifferentBox from './DifferentBox.vue';
.different {
color: #fff;
background-color: #000;
padding: 0 0 72px;
padding: 0 0 0px;
}
h2 {
@ -32,7 +33,7 @@ import DifferentBox from './DifferentBox.vue';
margin-top: 24px;
padding: 0 150px;
font-size: 20px;
line-height: 34px;
line-height: 30px;
text-align: center;
font-weight: 200;
margin-bottom: 50px;