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,7 +1,7 @@
<div class="bg-white p-5">
<div class="m-5 p-5 text-center">
<div class="bg-white p-5" style="height: 80vh">
<div class="mt-5 pt-5 text-center">
<h1 style="font-size: 4em">Coming Soon</h1>
<h2 class="mt-3">This page is under development</h2>
<h2 class="mt-3">This page is still being built</h2>
<button class="btn btn-outline-secondary rounded-pill px-4 mt-3" (click)="back()">Back</button>
</div>
</div>