From 49851a19d721f9ea349652acf1413a7a6b36c561 Mon Sep 17 00:00:00 2001 From: Aaron Ancheta Date: Fri, 6 Oct 2023 00:11:16 -1000 Subject: [PATCH] update --- _layouts/essay.html | 2 +- css/techfolio-theme/rubik.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_layouts/essay.html b/_layouts/essay.html index f753637..3d2c7d4 100644 --- a/_layouts/essay.html +++ b/_layouts/essay.html @@ -2,7 +2,7 @@ layout: home --- -
+

{{ page.title }}

{{ page.date | date_to_string }}
diff --git a/css/techfolio-theme/rubik.css b/css/techfolio-theme/rubik.css index bca1687..eb01e72 100644 --- a/css/techfolio-theme/rubik.css +++ b/css/techfolio-theme/rubik.css @@ -34,6 +34,11 @@ h1,h2,h3,h4,h5 { fill: var(--tf-icon-hover); } +.container { + margin-inline: auto; + max-width: 700px; +} + a { text-decoration: none; }