activate: center the headers
This commit is contained in:
@@ -80,8 +80,8 @@ onMounted(async () => {
|
||||
<template>
|
||||
<div class="container">
|
||||
<div class="view">
|
||||
<h1>Welcome to Cloudron</h1>
|
||||
<h3>Set up Admin Account</h3>
|
||||
<h1 style="text-align: center;">Welcome to Cloudron</h1>
|
||||
<h3 style="text-align: center;">Set up Admin Account</h3>
|
||||
|
||||
<div class="has-error" v-if="formError.generic">{{ formError.generic }}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user