Browse Source

Merge branch 'develop'

main
Jonathan McCaffrey 4 years ago
parent
commit
2669bd29ea
  1. 15
      Components/Shared/FooterComponent.razor
  2. 2
      IGP/PageLayout.razor.css

15
Components/Shared/FooterComponent.razor

@ -21,9 +21,13 @@
<i class="fa-brands fa-twitch"></i>
</a>
</div>
<div class="footerDivider"></div>
<div class="footerLastUpdated">Website updated <a href="https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/commits/main"><b>@VariableService.Variables["LastUpdated"]</b></a></div>
<div class="footerDisclaimer">
This website is fan-made and not affiliated with SunSpear Games in any way.
This website is fan-made and not affiliated with <b>SunSpear Games</b> in any way.
</div>
</div>
@ -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;

2
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%;

Loading…
Cancel
Save