1

Padding fixes

This commit is contained in:
Evan Pratten 2023-02-07 15:12:21 -05:00
parent b1fcf64d54
commit ebb05017de
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,8 @@ extra:
# redir_to: /timeline # redir_to: /timeline
--- ---
<br>
# Blog # Blog
The following is a list of articles I've written. This is also available in [RSS](/rss.xml) format. The following is a list of articles I've written. This is also available in [RSS](/rss.xml) format.

View File

@ -42,6 +42,7 @@
{% include "components/heading-card.html" %} {% include "components/heading-card.html" %}
{% endblock page_start %} {% endblock page_start %}
{% block content %} {% block content %}
<div style="height:0.5em;"></div>
<h1 style="margin-bottom:0;padding-bottom:0;">{{page.title}}</h1> <h1 style="margin-bottom:0;padding-bottom:0;">{{page.title}}</h1>
<em>{{page.description}}</em> <em>{{page.description}}</em>
<br><br> <br><br>