From 4a3f6774ccac519b068d351d5890d9bd0e3e2ff3 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Tue, 21 Apr 2026 15:44:25 -0700 Subject: [PATCH] Small cleanups to values --- src/content/notes/values.md | 6 ++---- src/styles/global.css | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/content/notes/values.md b/src/content/notes/values.md index eec097f..0def018 100644 --- a/src/content/notes/values.md +++ b/src/content/notes/values.md @@ -26,8 +26,7 @@ they are living and growing in line with their ideals. - Take responsibility for your own actions. - Hold others accountable and responsible for their actions. - Give honest feedback. -- Take the time to do good work. -- Be proud of your work. +- Take the time to do good work and be proud of it. - Be your authentic self. ### Sustainability and long-term thinking @@ -47,8 +46,7 @@ they are living and growing in line with their ideals. ### Self-improvement - Be curious and motivated to learn and understand. -- Be open to feedback and learning. -- Learn new things. +- Be open to feedback. - Seek to understand. - Embrace failure as an opportunity to learn. - Take the time to review and retrospect. diff --git a/src/styles/global.css b/src/styles/global.css index f85b9c2..56f22a0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -184,7 +184,6 @@ blockquote { border-left: 4px solid var(--accent); padding: 0 0 0 20px; margin: 0px; - font-size: 1.333em; } hr { border: none;