Merge branch 'develop'

This commit is contained in:
2022-05-02 17:10:01 -04:00
2 changed files with 15 additions and 2 deletions
+14 -1
View File
@@ -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;
+1 -1
View File
@@ -6,7 +6,7 @@
.content {
margin-top: 32px;
margin-bottom: 256px;
margin-bottom: 64px;
display: flex;
min-width: 100%;
min-height: 100%;