web: css adjustments

tailwind classes define what "page-container" previously did, with some
changes. Logout button moved to top of screen.
This commit is contained in:
Harvey Tindall
2024-08-05 21:18:32 +01:00
parent b40211a6e0
commit 284312713c
11 changed files with 61 additions and 74 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<title>{{ .strings.successHeader }} - jfa-go</title>
</head>
<body class="section">
<div class="page-container">
<div class="page-container m-2 lg:my-20 lg:mx-64">
<div class="card ~neutral @low mb-4">
<span class="heading mb-4">{{ .strings.successHeader }}</span>
<p class="content my-4">{{ .successMessage }}</p>