Make container wider

- the text is all jumbled up, and there is nothing else on the page
This commit is contained in:
mattwr18 2019-09-11 16:43:45 +02:00
parent 030ff32b13
commit c36ec623ec

View File

@ -1,6 +1,6 @@
<template> <template>
<transition name="fade" appear> <transition name="fade" appear>
<ds-container width="small"> <ds-container width="medium">
<ds-card> <ds-card>
<ds-space> <ds-space>
<client-only> <client-only>
@ -15,15 +15,11 @@
</ds-flex-item> </ds-flex-item>
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }"> <ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
<ds-flex-item> <ds-flex-item>
<ds-heading tag="h3"> <ds-heading tag="h3">{{ $t('maintenance.title') }}</ds-heading>
{{ $t('maintenance.title') }}
</ds-heading>
</ds-flex-item> </ds-flex-item>
<ds-flex-item> <ds-flex-item>
<ds-space margin="small"> <ds-space margin="small">
<ds-text> <ds-text>{{ $t('maintenance.explanation') }}</ds-text>
{{ $t('maintenance.explanation') }}
</ds-text>
<ds-text> <ds-text>
{{ $t('maintenance.questions') }} {{ $t('maintenance.questions') }}
<a href="mailto:info@human-connection.org" class="email-link"> <a href="mailto:info@human-connection.org" class="email-link">