|
|
|
|
@ -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; |
|
|
|
|
|