cambios 3 de sep-carmen
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
<big-carousel :images="slides"></big-carousel>
|
||||
<section class="product-section content">
|
||||
<h2>{{ $t('products_page.title') }}</h2>
|
||||
<p hidden>{{ $t('products_page.subtitle1') }}</p>
|
||||
<p>{{ $t('products_page.subtitle1') }}</p>
|
||||
<p hidden class="centered"><img src="@images/v-elemento.png" /></p>
|
||||
<ProductCarouselVue :products="products" />
|
||||
<Certifications />
|
||||
@ -46,7 +46,7 @@
|
||||
<style lang="scss" scoped>
|
||||
.product-section.content {
|
||||
h6 {
|
||||
font-weight: 500;
|
||||
font-weight: 200;
|
||||
font-size: 52px;
|
||||
text-align: left;
|
||||
line-height: 60px;
|
||||
|
@ -11,7 +11,7 @@
|
||||
<p>{{ $t('social.paragraph4') }}</p>
|
||||
</div>
|
||||
<div class="right">
|
||||
<img src="@images/kid-coffee.jpg">
|
||||
<img src="@images/proyect-soc-new.jpg">
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
@ -23,20 +23,19 @@ import { slides } from '../../data';
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.social-bottom {
|
||||
padding: 40px 98px;
|
||||
background-image: url('@images/bg_1.jpg');
|
||||
padding: 0px 72px;
|
||||
background-position: top left;
|
||||
background-size: contain;
|
||||
height: 600px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
.left {
|
||||
padding: 52px 32px 0 0
|
||||
padding: 120px 32px 0 0
|
||||
}
|
||||
p {
|
||||
font-weight: 500;
|
||||
color: #603809;
|
||||
font-size: 32px;
|
||||
font-weight: 200;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
line-height: 50px;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user