refact front

This commit is contained in:
2020-07-25 17:22:58 +02:00
parent a4af2abb69
commit 8f66aee23d
19 changed files with 247 additions and 171 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="-mx-2 -mt-2">
<div class="relative">
<UploadableImage
:image-width=1500
@@ -25,6 +25,11 @@
<h1 class="relative z-10 text-white text-shadow text-3xl left-80 bottom-0">{{ authUser.data.attributes.name }}</h1>
</div>
</div>
<div class="m-2">
<div class="box">
Texte
</div>
</div>
</div>
</template>