mobile fixes
All checks were successful
Build Website / Build NPM Project (push) Successful in 18s
Build Website / Tag Version (push) Successful in 9s
Build Website / Build & Push Dockerfile (push) Successful in 1m22s

This commit is contained in:
2023-12-15 16:31:01 -05:00
parent 51ded7dfdf
commit 00ab612d0b
4 changed files with 26 additions and 17 deletions

View File

@ -1,5 +1,5 @@
<div class="bg-white p-5">
<div class="card my-5 mx-auto p-5 text-center" style="max-width: 400px">
<div class="bg-white p-5" style="height: 80vh">
<div class="card mt-5 mx-auto p-5 text-center" style="max-width: 400px">
<h1 style="font-size: 4em">404</h1>
<h2 class="mt-3">Page not found</h2>
<button class="btn btn-outline-secondary rounded-pill px-4 mt-3" (click)="back()">Back</button>