fixed willkommen zurück responsive
This commit is contained in:
parent
ec2560f88c
commit
026fbf243a
|
|
@ -36,14 +36,14 @@ onMounted(async () => {
|
|||
|
||||
<h1 class="m-12">{{ learningPathStore.learningPath.title }}</h1>
|
||||
|
||||
<div class="bg-white m-12 p-8 flex flex-row justify-start">
|
||||
<div class="bg-white m-12 p-8 flex flex-col lg:flex-row divide-y lg:divide-y-0 lg:divide-x divide-gray-500 justify-start">
|
||||
<div class="p-8 flex-auto">
|
||||
<h2>Willkommmen zurück, {{userStore.first_name}}</h2>
|
||||
<p class="mt-4 text-xl">
|
||||
Du hast bereits drei circles bearbeitet, mach weiter so!
|
||||
</p>
|
||||
</div>
|
||||
<div class="p-8 border-l border-gray-500 flex-1">
|
||||
<div class="p-8 flex-1">
|
||||
Nächster Schirtt
|
||||
<h3>Analyse: Anwenden</h3>
|
||||
<router-link class="mt-4 btn-blue" to="/circle/analyse">
|
||||
|
|
|
|||
Loading…
Reference in New Issue