fix layout on remaining html

This commit is contained in:
Harvey Tindall
2022-01-01 02:58:26 +00:00
parent a3a22d353c
commit 26d9864051
7 changed files with 23 additions and 24 deletions

View File

@@ -7,11 +7,13 @@
</head>
<body class="section">
<div class="page-container">
<h1 class="heading">Invalid invite code.</h1>
<p class="content">The code above was either incorrect, or has expired.</p>
<p class="content">
{{ .contactMessage }}
</p>
<div class="card">
<h1 class="text-3xl font-semibold">Invalid invite code.</h1>
<p class="content">The code above was either incorrect, or has expired.</p>
<p class="content">
{{ .contactMessage }}
</p>
</div>
</div>
</body>
</html>