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 }}
{{ 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) {