From 1a17da6912f50f682932dc925dedc02b7437195b Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 21 Jun 2024 09:49:49 -0700 Subject: [PATCH] post it --- blog/2024-06-when-I-became-a-birder/index.md | 4 ++-- css/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blog/2024-06-when-I-became-a-birder/index.md b/blog/2024-06-when-I-became-a-birder/index.md index fdda664..d08db62 100644 --- a/blog/2024-06-when-I-became-a-birder/index.md +++ b/blog/2024-06-when-I-became-a-birder/index.md @@ -1,11 +1,11 @@ --- title: When I Became a Birder, Almost Everything Else Fell Into Place description: An short excellent essay by Ed Yong -date: '2024-06-20' +date: '2024-06-21' tags: - birds - birding -draft: true +draft: false --- [This short essay](https://www.nytimes.com/2024/03/30/opinion/birding-spring-merlin-ebird.html?unlocked_article_code=1.000.eh-X.CMLj_CsLEuai&smid=url-share) by Ed Yong is a great read. It feels accurate and totally relatable for the already bird-obsessed while also speaking to a general audience who isn't already steeped in the idiosyncrasies of birding. diff --git a/css/style.css b/css/style.css index 3f5b395..bba6f05 100644 --- a/css/style.css +++ b/css/style.css @@ -432,8 +432,7 @@ figure { padding-top: 2rem; } -.post-content - > *:not(.scroll-container, .newsletter, aside, .nav-box, blockquote) { +.post-content > *:not(.scroll-container, .newsletter, aside, .nav-box) { padding: 0 1rem; } @@ -461,10 +460,11 @@ figure { max-width: 75%; } -blockquote { +blockquote p { /* margin-left: 2rem !important; */ padding-left: 1rem; border-left: 2px var(--link-color) solid; + max-width: 100%; } .quote-largetext {