Contact page

This commit is contained in:
2026-05-28 11:43:56 -04:00
parent a188e4e338
commit 03b8400443
4 changed files with 116 additions and 2 deletions
+5 -1
View File
@@ -5,9 +5,13 @@
<MudDialogProvider/>
<MudSnackbarProvider/>
<div class="page">
<main>
<div class="top-row px-4">
<a href="/">Home</a>
<a href="/contact">Contact</a>
</div>
<article class="content px-4">
@Body
</article>
+2
View File
@@ -25,6 +25,7 @@ main {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
color: black;
}
.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
@@ -34,6 +35,7 @@ main {
.top-row ::deep a:first-child {
overflow: hidden;
text-overflow: ellipsis;
margin-right: auto;
}
@media (max-width: 640.98px) {