Refine UI and translations

This commit is contained in:
Bubka
2022-04-15 16:20:34 +02:00
parent 2ba66f5c96
commit 63fafed6a9
5 changed files with 25 additions and 18 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="columns is-centered">
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
<h1 class="title" v-html="title" v-if="title"></h1>
<h1 class="title has-text-grey-dark" v-html="title" v-if="title"></h1>
<div v-if="punchline" class="block" v-html="punchline"></div>
<slot />
</div>