cambios
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user