cambios 3 de sep-carmen

This commit is contained in:
2023-09-03 20:11:36 +02:00
parent f493178e3c
commit e04b02e28d
16 changed files with 41 additions and 42 deletions

View File

@ -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;

View File

@ -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;
}