From 0af13f31ca1c58ee7f121e4cb5ae0c58083c8902 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:20:10 -0400 Subject: [PATCH] type and title adjustments --- src/layouts/_default/list.html | 2 +- src/static/css/typography.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/_default/list.html b/src/layouts/_default/list.html index b28d2f5..e82911e 100644 --- a/src/layouts/_default/list.html +++ b/src/layouts/_default/list.html @@ -28,7 +28,7 @@ {{ if .Params.featured_image }} {{ .Title }} {{ end }} - {{ .Title }}
+

{{ .Title }}

{{ .Date.Format "2006-01-02" }} {{ .Content }} diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 967fb18..ca91cab 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -105,7 +105,7 @@ a.nav-link:hover{ border-bottom: 1px solid #00ffd0; } -/* Breakpoint-Specific Typography */ +/* Breakpoint-Specific Typography @media only screen and (max-width: 576px) {