Move header links into footer
This commit is contained in:
parent
aecb45fe07
commit
fd381fb28a
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #3B3738;
|
background: #252525;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -81,7 +81,6 @@ a {
|
|||||||
color: #3B3738;
|
color: #3B3738;
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
|
||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
}
|
}
|
||||||
|
@ -30,13 +30,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
|
||||||
|
|
||||||
<p class="text-uppercase">Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a></p>
|
|
||||||
<p class="text-uppercase">Made with <span style="color: #e74c3c;">♥</span> by <a href="http://cryptkpr.me">Cryptkeeper</a></p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -80,7 +73,13 @@
|
|||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|
||||||
|
<span style="padding-left: 10px;">
|
||||||
|
|
||||||
Copyright © 2016. All rights reserved. Logo copyrights belong to their respective owners.
|
Copyright © 2016. All rights reserved. Logo copyrights belong to their respective owners.
|
||||||
|
<br />
|
||||||
|
Made with <span style="color: #e74c3c;">♥</span> by <a href="http://cryptkpr.me">Cryptkeeper</a> // Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user