diff --git a/Components/Shared/FooterComponent.razor b/Components/Shared/FooterComponent.razor index a6c3f25..3a0a24a 100644 --- a/Components/Shared/FooterComponent.razor +++ b/Components/Shared/FooterComponent.razor @@ -21,9 +21,13 @@ + +
+
Website updated @VariableService.Variables["LastUpdated"]
+
- This website 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.
@@ -44,6 +48,7 @@ border: 2px solid rgba(140,140,255,0.4); } + .footerContainer { width: 100%; @@ -63,6 +68,14 @@ margin: auto; } + .footerDivider { + background-color: rgba(255,255,255,0.12); + height: 1px; + width: 128px; + margin: auto; + } + + .footerLastUpdated { text-align: center; margin: auto; diff --git a/IGP/PageLayout.razor.css b/IGP/PageLayout.razor.css index 6f7f7ec..835963e 100644 --- a/IGP/PageLayout.razor.css +++ b/IGP/PageLayout.razor.css @@ -6,7 +6,7 @@ .content { margin-top: 32px; - margin-bottom: 256px; + margin-bottom: 64px; display: flex; min-width: 100%; min-height: 100%;