This commit is contained in:
2021-02-18 12:52:06 +02:00
parent f380b22862
commit 6a3540de49
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<section class="pb-20 px-4 bg-cover text-center" :style="img"> <section class="pb-20 px-4 bg-cover text-center" :style="cta.img">
<br> <br>
<br> <br>
<br> <br>

View File

@@ -211,4 +211,12 @@ export default {
}; };
}, },
}; };
</script> </script>
<style scoped>
h2 {
font-family: Futura Book font !important;
}
p {
font-family: Futura Book font !important;
}
</style>