Merge branch 'develop'
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -45,6 +49,7 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
.footerContainer {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -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;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
.content {
|
||||
margin-top: 32px;
|
||||
margin-bottom: 256px;
|
||||
margin-bottom: 64px;
|
||||
display: flex;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user