Change class for footer links
The old one was getting caught in some content blocker filter
This commit is contained in:
parent
ada14b255e
commit
487b9aec8b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue