From 344f5e5bf1697fafee6fae943bd1116332a18b91 Mon Sep 17 00:00:00 2001 From: IanWold Date: Fri, 13 Dec 2024 08:23:05 -0600 Subject: [PATCH] Add tags to jevons --- Site/Posts/intuiting_jevons_paradox.md | 2 +- Static/site.css | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Site/Posts/intuiting_jevons_paradox.md b/Site/Posts/intuiting_jevons_paradox.md index 8649aa1..998234a 100644 --- a/Site/Posts/intuiting_jevons_paradox.md +++ b/Site/Posts/intuiting_jevons_paradox.md @@ -5,7 +5,7 @@ "date": "13 December 2024", "contents": false, "hero": "photo-1635241161466-541f065683ba", - "topics": ["Blogging", "How-To"], + "topics": ["Learning", "Standards", "Architecture", "Industry"], "related": [ { "title": "Book Club 10/2024: Fallacies of Distributed Computing", "description": "Putting a pin in the series I wrote this year on the topic of these Fallacies", "fileName": "book_club_10-2024" }, { "title": "Learn the Old Languages", "description": "New languages are hip, old languages are erudite. Don't neglect these languages as you round out your skills.", "fileName": "learn_the_old_languages" }, diff --git a/Static/site.css b/Static/site.css index d4eb095..c9fad86 100644 --- a/Static/site.css +++ b/Static/site.css @@ -402,14 +402,12 @@ main { } } - blockquote { + blockquote>p { font-family: 'Vollkorn'; - font-size: 22pt; + font-size: 18pt; line-height: 1.5; font-weight: 400; - padding-left: 2rem; - padding-top: .5rem; - padding-bottom: .5rem; + padding: .5rem 2rem; border-left: 6px solid #F0F0F0; }