This commit is contained in:
José Conde
2023-06-15 20:06:33 +02:00
parent 8dcc575699
commit a85d25af09
17 changed files with 278 additions and 175 deletions

View File

@ -1,7 +1,7 @@
<template>
<section class="coffeefarmers">
<h3 class="header">{{ $t('coffeefarmers.title') }}</h3>
<div class="separator"></div>
<!-- <div class="separator"></div> -->
</section>
</template>
@ -14,9 +14,10 @@ export default {
<style lang="scss" scoped>
.coffeefarmers {
height: 590px;
background-image: url('@images/grains.png');
background: white;
background-image: url('@images/grains.jpg');
background-repeat: no-repeat;
background-size: contain;
background-size: cover;
color: #fff;
}
@ -26,6 +27,7 @@ export default {
line-height: 58px;
padding: 175px 230px 0;
text-align: center;
text-shadow: 1px 1px 10px #000;
}
.separator {