Added missing padding to blog post template

This commit is contained in:
NinjaCheetah 2022-08-19 23:17:02 -04:00
parent 3d71410a80
commit 59c678d501
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426

View File

@ -2,7 +2,7 @@
layout: default
---
<div class="text-center">
<div class="text-center pt-3">
<h1>{{ page.title }}</h1>
<h3>{{ page.date | date: "%Y-%m-%d" }}</h3>
<h4>{{ page.author }}</h4>