update css

This commit is contained in:
2021-05-23 17:27:24 +02:00
parent dea578b447
commit d7853b05e4
5 changed files with 25 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="lg:py-12 lg:flex lg:justify-center flex flex-col">
<div class="bg-white lg:flex lg:rounded-lg lg:px-40">
<div class="video_bg lg:py-12 lg:flex lg:justify-center flex flex-col">
<div class="lg:flex lg:rounded-lg lg:px-40">
<div class="lg:w-1/2">
<div class="aspect-w-16 aspect-h-9">
<iframe
@@ -13,7 +13,7 @@
></iframe>
</div>
</div>
<div class="py-6 px-6 lg:w-1/2">
<div class="px-6 lg:w-1/2">
<h2
class="text-4xl leading-tight mb-6 font-bold font-heading uppercase"
>
@@ -29,4 +29,12 @@
export default {
props: ["card"],
};
</script>
</script>
<style scoped>
.video_bg{
background-color: #ebfefd;
}
</style>

View File

@@ -1,5 +1,5 @@
<template>
<section class="py-12 px-2">
<section class="px-2">
<div class="flex flex-wrap blue p-12 text-center lg:text-left -mx-2">
<div
class="lg:w-1/4 light-blue text-center rounded-lg py-20 mt-10 lg:mt-0 order-1 lg:order-none"
@@ -31,19 +31,19 @@
</div>
</div>
<div
class="lg:w-3/4 text-center rounded lg:pr-10 mt-10 lg:mt-0 order-1 lg:order-none"
class="lg:w-3/4 text-center rounded lg:px-6 mt-10 lg:mt-0 order-1 lg:order-none"
>
<h2
class="text-4xl mb-6 leading-tight text-center text-white font-normal font-heading"
class="text-4xl text-white leading-tight mb-6 font-bold font-heading uppercase"
>
{{ section.title }}
</h2>
<div
class="text-2xl font-light text-white leading-relaxed"
class="text-white mt-4 "
v-html="section.content"
></div>
<g-image :src="img(section.image)" :alt="section.title" />
<div class="mx-auto mt-4">
<div class="mx-auto mt-10">
<g-link
class="inline-block green text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:to="section.link1"

View File

@@ -305,6 +305,10 @@
content
button
link
btn1
btn2
link1
link2
image
}
}