From 5109d75e1a543a8634d2173ae3cbf3e5074bed56 Mon Sep 17 00:00:00 2001 From: Leonard Lorenz Date: Tue, 27 Oct 2020 23:06:39 +0100 Subject: [PATCH] removed commented out code --- content/static/css/blog.css | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/content/static/css/blog.css b/content/static/css/blog.css index 7029cfa..4c985c0 100644 --- a/content/static/css/blog.css +++ b/content/static/css/blog.css @@ -55,27 +55,4 @@ article { width: 90%; padding-left: 5%; } - -/* - h1 { - font-size: 1.5em; - } - - .post-link { - font-size: 2.5em; - } - - .post-title { - font-size: 2.5em; - } - - .post-body { - font-size: 2em; - } - - .post-publish-date { - font-size: 1.7em; - font-weight: 400; - } -*/ }