activate: center the headers

This commit is contained in:
Girish Ramakrishnan
2025-09-07 13:12:37 +02:00
parent 904994ae24
commit cd79191d7a
+2 -2
View File
@@ -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>