Merge branch 'rama_carmen'

This commit is contained in:
José Conde
2023-09-03 20:25:17 +02:00
14 changed files with 66 additions and 65 deletions

View File

@ -32,7 +32,7 @@
<section class="product-section content">
<h2>{{ $t('products_page.title') }}</h2>
<p>{{ $t('products_page.subtitle1') }}</p>
<p class="centered"><img src="@images/v-elemento.png" /></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

@ -6,8 +6,8 @@
<p>{{ $t('social.paragraph2') }}</p>
</section>
<section class="social-bottom">
<img src="@images/kid-coffee.jpg">
<p>{{ $t('social.paragraph3') }}<br><br>{{ $t('social.paragraph4') }}</p>
<img src="@images/proyect-soc-new.jpg">
<p>{{ $t('social.paragraph3') }}<br><br>{{ $t('social.paragraph4') }}</p>
</section>
</template>
@ -18,8 +18,7 @@ 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;
// display: grid;
// grid-template-columns: 1fr 1fr;