Tweak footer font size
This commit is contained in:
parent
d558d10d4e
commit
a8378d4c01
@ -352,6 +352,9 @@ footer {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
#generated-on {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $mobile-breakpoint) {
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user