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