Shrink landingpage header
This commit is contained in:
parent
1f24801e72
commit
a35d79325e
|
|
@ -6,15 +6,14 @@ const { t } = useTranslation();
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="bg-gray-200">
|
<div class="bg-gray-200">
|
||||||
<section class="bg-blue-900 text-white">
|
<main class="lg:px-12 lg:pb-6">
|
||||||
<div class="container-medium px-4 pb-16 pt-10 lg:px-8">
|
|
||||||
<h2>{{ $t("start.myvbvDescription") }}</h2>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<main class="lg:px-12 lg:py-12">
|
|
||||||
<div class="container-medium">
|
<div class="container-medium">
|
||||||
|
<div class="pb-10 pt-4">
|
||||||
|
<h1 class="text-left text-blue-900">
|
||||||
|
{{ $t("start.myvbvDescription") }}
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
<h3 class="mb-8 text-blue-900">{{ $t("start.chooseCourse") }}</h3>
|
<h3 class="mb-8 text-blue-900">{{ $t("start.chooseCourse") }}</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li class="mb-16 flex items-center gap-x-8">
|
<li class="mb-16 flex items-center gap-x-8">
|
||||||
<img
|
<img
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue