Change class for footer links

The old one was getting caught in some content blocker filter
This commit is contained in:
Shadowfacts 2023-04-26 23:42:55 -04:00
parent ada14b255e
commit 487b9aec8b
2 changed files with 4 additions and 4 deletions

View File

@ -836,7 +836,7 @@ table {
}
}
.social-links ul {
.links ul {
padding: 0;
margin: 0;
text-align: right;
@ -932,12 +932,12 @@ table {
@media (max-width: 768px) {
.site-footer {
.ui-controls, .site-colophon, .social-links, .webring {
.ui-controls, .site-colophon, .links, .webring {
display: block;
width: 100%;
order: unset;
}
.social-links ul, .webring {
.links ul, .webring {
text-align: unset;
}
}

View File

@ -87,7 +87,7 @@
<img src="/buttons/html.png" alt="HTML: Learn it today!" />
</span>
<nav class="social-links">
<nav class="links">
<ul>
<li>{{ Self::fancy_link("Email", "mailto:me@shadowfacts.net", Some("rel=me"))|safe }}</li>
<li>{{ Self::fancy_link("RSS", "/feed.xml", None)|safe }}</li>