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