Make old message text smaller

This commit is contained in:
Oliver Davies 2018-12-31 11:53:28 +00:00
parent 26950ada2c
commit 429c373db7

View file

@ -1,6 +1,6 @@
{% if page.date|date('U') < 'now'|date_modify('-12 months')|date('U') %}
<div class="border-2 border-blue p-4 mb-4">
<p class="mb-0">
<div class="border-2 border-blue p-4 mb-6">
<p class="text-sm mb-0">
<span class="font-bold">Warning:</span>
This post is over a year old. I don't always update old posts with new information, so some of this information may be out of date.
</p>