From 4722cfeea438bdc231ffd494e44e3b730bb6c758 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 1 May 2018 13:53:10 -0400 Subject: [PATCH] Fixup styles for news headlines --- news.md | 2 -- stylesheets/stylesheet.css | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/news.md b/news.md index d9f038b3..2c81bd91 100644 --- a/news.md +++ b/news.md @@ -6,8 +6,6 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/" {% for post in site.posts %} [{{ post.title }}](./{{ post.url }}) - ------------------------------------ -
{{post.date | date: "%b %d %Y" }}
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index c262bb60..e07906f0 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -294,6 +294,11 @@ Full-Width Styles margin: 0 auto; } +#main_content a { + font-size: 36px; + font-weight: 700; +} + #forkme_banner { display: block; position: absolute;