mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Replaced text with logo
This commit is contained in:
parent
e3a2eff59d
commit
ca3eca704d
4 changed files with 19 additions and 33 deletions
20
css/main.css
20
css/main.css
File diff suppressed because one or more lines are too long
|
@ -270,13 +270,14 @@
|
|||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<hr>
|
||||
TotalFreedom © 2010 - <span id="curYear"></span> <a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank">Made by aggelosQQ</a>
|
||||
TotalFreedom © 2010 - <span id="curYear"></span>
|
||||
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank"><img src="https://aggelosqq.com/images/watermarks/agg-white.svg" width="120" style="margin-top: -25px;" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="note">
|
||||
<!-- <div id="note">
|
||||
<h6>Got an idea you would love to see implemented on the page? <a href="https://github.com/TotalFreedom/Website/issues" target="_blank">Please post your suggestions here</a>!</h6>
|
||||
</div>
|
||||
</div> -->
|
||||
</footer>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
|
||||
|
|
|
@ -469,7 +469,7 @@
|
|||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<hr> TotalFreedom © 2010 - <span id="curYear"></span>
|
||||
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.github.io" target="_blank">Made by aggelosQQ</a>
|
||||
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank"><img src="https://aggelosqq.com/images/watermarks/agg-white.svg" width="120" style="margin-top: -25px;" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -354,7 +354,10 @@ small {
|
|||
|
||||
|
||||
|
||||
|
||||
footer.page-footer .footer-copyright {
|
||||
height: auto!important;
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 991px) {
|
||||
|
|
Loading…
Reference in a new issue