- Added error handler to register form

This commit is contained in:
Alexis
2020-07-07 23:24:10 +02:00
parent 9b10cd473e
commit 080c46593c
8 changed files with 191 additions and 26 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="container-fluid">
<section class="fullpage">
<div class="px-4">
<section class="d-flex justify-content-center align-items-center">
<main class="px-4">
<h1 class="title text-dark mb-4 font-display line-height-100">"C'est magique, ta gueule."</h1>
<div class="lead font-display font-weight-bold"> N'importe quel MJ, une fois dans sa vie</div>
<hr class="w-50">
<div class="lead"><span class="font-display" style="font-weight:700;">Auracle</span> est une base de données publique en ligne pour sortilèges, en soutien au jeu de rôle sur table <span class="font-weight-bold text-secondary">Leïm</span>.</div>
</div>
</main>
</section>
</div>
</template>
@@ -18,9 +18,16 @@ export default {
</script>
<style lang="scss" scoped>
.title {
font-size: 5rem;
font-weight: 900;
section {
min-height: calc(100vh - 56px);
main {
width: 1000px;
.title {
font-size: 5rem;
font-weight: 700;
text-align: center;
}
}
}
@media only screen and (max-width: 600px) {
.title {