Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit dd9659b

Browse files
committed
Adjust font size and margin
1 parent e54b1e1 commit dd9659b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<div class="body" role="main">
128128
{% include "breadcrumbs.html" %}
129129
{% block body %} {% endblock %}
130-
<p class="timestamp">{%- if gitstamp %} This page was last updated on {{ gitstamp }}. {%- endif %}</p>
130+
<p class="timestamp" style="margin-top: 60px; font-size: 12px;">{%- if gitstamp %} This page was last updated on {{ gitstamp }}. {%- endif %}</p>
131131
{% include "page-nav.html" %}
132132
</div>
133133
{%- if render_sidebar %}

_templates/page-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if next or prev %}
2-
<hr style="margin-top: 130px;">
2+
<hr>
33
<div class="" role="navigation" aria-label="footer navigation" style="margin-top: -14px;">
44
{% if prev %}
55
<div style="float: left; width:50%;">

0 commit comments

Comments
 (0)