Browse Source

Minor style tweaks

main
Jonathan McCaffrey 4 years ago
parent
commit
543ba97a3b
  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> <i class="fa-brands fa-twitch"></i>
</a> </a>
</div> </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="footerLastUpdated">Website updated <a href="https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/commits/main"><b>@VariableService.Variables["LastUpdated"]</b></a></div>
<div class="footerDisclaimer"> <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>
</div> </div>
@ -45,6 +49,7 @@
} }
.footerContainer { .footerContainer {
width: 100%; width: 100%;
display: flex; display: flex;
@ -63,6 +68,14 @@
margin: auto; margin: auto;
} }
.footerDivider {
background-color: rgba(255,255,255,0.12);
height: 1px;
width: 128px;
margin: auto;
}
.footerLastUpdated { .footerLastUpdated {
text-align: center; text-align: center;
margin: auto; margin: auto;

2
IGP/PageLayout.razor.css

@ -6,7 +6,7 @@
.content { .content {
margin-top: 32px; margin-top: 32px;
margin-bottom: 256px; margin-bottom: 64px;
display: flex; display: flex;
min-width: 100%; min-width: 100%;
min-height: 100%; min-height: 100%;

Loading…
Cancel
Save