diff --git a/PancakesWeb/Components/Layout/MainLayout.razor b/PancakesWeb/Components/Layout/MainLayout.razor index 7ef0b71..2eceb99 100644 --- a/PancakesWeb/Components/Layout/MainLayout.razor +++ b/PancakesWeb/Components/Layout/MainLayout.razor @@ -1,4 +1,5 @@ -@using PancakesWeb.Components.UI +@using Microsoft.AspNetCore.Components.Sections +@using PancakesWeb.Components.UI @inherits LayoutComponentBase Skip to main content @@ -9,6 +10,13 @@ @Body + +
An unhandled error has occurred. Reload diff --git a/PancakesWeb/Components/Layout/MainLayout.razor.css b/PancakesWeb/Components/Layout/MainLayout.razor.css index c4f971c..96f6c7e 100644 --- a/PancakesWeb/Components/Layout/MainLayout.razor.css +++ b/PancakesWeb/Components/Layout/MainLayout.razor.css @@ -1,3 +1,11 @@ +footer { + margin-top: 3rem; + padding: 3rem 0; + + text-align: center; + background-color: var(--foreground); +} + #blazor-error-ui { color-scheme: light only; background: lightyellow;