From 40e09d5f80498692b259b6217afc706b3837d174 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sat, 24 Jul 2021 07:34:54 -0400 Subject: [PATCH] Fixed the story css to its a little cleaner. --- content/articles/2021-07-23-our-new-digital-home/index.Rmd | 2 -- static/assets/css/custom.css | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/articles/2021-07-23-our-new-digital-home/index.Rmd b/content/articles/2021-07-23-our-new-digital-home/index.Rmd index 5e3a421..53c55cd 100644 --- a/content/articles/2021-07-23-our-new-digital-home/index.Rmd +++ b/content/articles/2021-07-23-our-new-digital-home/index.Rmd @@ -7,9 +7,7 @@ comments: true math: katex --- -{{<drop>}} We are finally live at CleverThis.com and I wanted to make a first post just to show off some of the new sites awesome formatting features. -{{</drop>}} <!--more--> diff --git a/static/assets/css/custom.css b/static/assets/css/custom.css index 9cfbdb3..b8e6229 100755 --- a/static/assets/css/custom.css +++ b/static/assets/css/custom.css @@ -45,6 +45,7 @@ div:not(.summary)>.story>p:first-of-type:first-letter { float: left; padding-right: 0.1em; margin-bottom: -0.24em; + margin-top: -0.15em; text-transform: uppercase } -- GitLab