built with Federated Computer
This commit is contained in:
parent
bff6f85252
commit
a44f339e89
@ -40,7 +40,7 @@
|
|||||||
<a href="<?php echo home_url() ?>" class="st-footer-site-title">
|
<a href="<?php echo home_url() ?>" class="st-footer-site-title">
|
||||||
<img src="/wp-content/themes/slowtwitch-news/assets/images/logotype-dark-blue.png" alt="Logotype" class="st-footer-site-title-img">
|
<img src="/wp-content/themes/slowtwitch-news/assets/images/logotype-dark-blue.png" alt="Logotype" class="st-footer-site-title-img">
|
||||||
</a>
|
</a>
|
||||||
<p class="st-footer-copyright">© Slowtwitch - Design by Federated Computer</p>
|
<p class="st-footer-copyright">© Slowtwitch - Built with <a href="https://www.federated.computer">Federated Computer</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
<?php wp_footer() ?>
|
<?php wp_footer() ?>
|
||||||
</body>
|
</body>
|
||||||
|
@ -493,6 +493,15 @@ SECTIONS
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.st-footer-copyright a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.st-footer-copyright a:hover {
|
||||||
|
color: #FFDB12;
|
||||||
|
}
|
||||||
|
|
||||||
.st-footer-site-title {
|
.st-footer-site-title {
|
||||||
grid-area: logo;
|
grid-area: logo;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
|
Loading…
Reference in New Issue
Block a user