Tweak footer font size

This commit is contained in:
Shadowfacts 2025-02-22 01:34:01 -05:00
parent d558d10d4e
commit a8378d4c01
2 changed files with 4 additions and 1 deletions

View File

@ -352,6 +352,9 @@ footer {
padding: 0;
list-style: none;
}
#generated-on {
font-size: 1rem;
}
}
@media (max-width: $mobile-breakpoint) {

View File

@ -69,7 +69,7 @@
</ul>
{% block after_footer_links %}
{% endblock %}
<p>Generated on {{ _generated_at | pretty_date }}, by <a href="https://git.shadowfacts.net/shadowfacts/v7">v7</a>.</p>
<p id="generated-on">Generated on {{ _generated_at | pretty_date }}, by <a href="https://git.shadowfacts.net/shadowfacts/v7">v7</a>.</p>
</div>
</footer>