diff --git a/Components/Shared/FooterComponent.razor b/Components/Shared/FooterComponent.razor index 8cb15f0..f28ac90 100644 --- a/Components/Shared/FooterComponent.razor +++ b/Components/Shared/FooterComponent.razor @@ -1,7 +1,8 @@ @inject IVariableService VariableService -
+
+ @@ -19,13 +20,10 @@ - - | - - Updated @VariableService.Variables["LastUpdated"]
+
- This site is fan-made and not affiliated with SunSpear Games in any way. + This website is fan-made and not affiliated with SunSpear Games in any way.
@@ -38,7 +36,7 @@ justify-content: center; padding-top: 8px; padding-bottom: 96px; - gap: 24px; + gap: 12px; } .footerSocials { @@ -49,9 +47,15 @@ margin: auto; } + .footerLastUpdated { + text-align: center; + margin: auto; + } + .footerDisclaimer { text-align: center; margin: auto; + margin-top: 12px; } \ No newline at end of file