feat(#64): Improve the about page

This commit is contained in:
Josh Creek
2026-01-10 15:27:00 +00:00
parent 463ab88545
commit adc96baa90
12 changed files with 586 additions and 535 deletions
+6
View File
@@ -57,3 +57,9 @@
<button class="btn btn btn-primary" on:click={signUpNewUser}>Sign Up</button>
</div>
</form>
<style scoped>
.card-body {
padding: 0.5rem;
}
</style>