From 688131d9d995189a3cfcdb89e4b83acb8d0f62b7 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 16 Apr 2025 12:44:40 -0400 Subject: [PATCH] Improve styling --- posts/telescoping.md | 16 +++++++++------- static/css/style-wordpress.css | 4 ++++ template.md | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/posts/telescoping.md b/posts/telescoping.md index e2d2fce..8b9fa2d 100644 --- a/posts/telescoping.md +++ b/posts/telescoping.md @@ -13,13 +13,13 @@ Sometimes I try to figure out what to do in a given week, and my first step is t Recently I tried going the other way, with much more success. I call this exercise **telescoping**. It takes 7 minutes, and is performed as follows: 1. Open a text document or grab a piece of paper. Grab a kitchen timer with an alarm, or your phone's alarm app. -2. For one minute, answer: *What do I want to do today?* -4. For one minute, answer: *What do I want to do this week?* -5. For one minute, answer: *What do I want to do this month?* -6. For one minute, answer: *What do I want to do this year?* -7. For one minute, answer: *What do I want to do this month?* -8. For one minute, answer: *What do I want to do this week?* -9. For one minute, answer: *What do I want to do today?* +2. For one minute, answer: *What do I want to happen today?* +4. For one minute, answer: *What do I want to happen this week?* +5. For one minute, answer: *What do I want to happen this month?* +6. For one minute, answer: *What do I want to happen this year?* +7. For one minute, answer: *What do I want to happen this month?* +8. For one minute, answer: *What do I want to happen this week?* +9. For one minute, answer: *What do I want to happen today?* I found this a bit enlightening. Here's an early example (I type fast): @@ -69,6 +69,8 @@ I found this a bit enlightening. Here's an early example (I type fast): I realized went from "Make progress on the zorchpad" to having a specific list of parts to order, and noticing I needed sleep. It helped me prioritize what I wanted to do. +I think it's more helpful to think about outcomes (*What do I want to happen*) rather than tasks (*What do I need to do?*), although I usually try to do both. + I did this two or three times, and kept finding it helpful. I decided to find out what happened if I did it every day. Two weeks of doing it daily, I will report: it was neither super helpful nor a waste of time? diff --git a/static/css/style-wordpress.css b/static/css/style-wordpress.css index 8b2de9c..b1baab6 100644 --- a/static/css/style-wordpress.css +++ b/static/css/style-wordpress.css @@ -7836,3 +7836,7 @@ body .wp-caption { margin: 1em auto 0; text-align: center; } + +.entry-content li > p:first-child:has(+ ol, + ul) { + margin-bottom: 0; +} diff --git a/template.md b/template.md index 1091153..990066b 100644 --- a/template.md +++ b/template.md @@ -5,5 +5,5 @@ categories: date: 2025-??-?? tags: - untagged -title: 'TITLE' +title: TITLE --- -- 2.47.3