From 7c14241717c528bc78614b1d7206d5d037a99606 Mon Sep 17 00:00:00 2001 From: yequari Date: Wed, 3 Jan 2024 21:19:59 -0700 Subject: [PATCH] minor style changes and adding to holiday page --- content/blog/2023/12/reflecting-on-2023/index.md | 14 +++++++++----- static/css/winter.css | 7 ++++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/content/blog/2023/12/reflecting-on-2023/index.md b/content/blog/2023/12/reflecting-on-2023/index.md index 747464c..f2f671d 100644 --- a/content/blog/2023/12/reflecting-on-2023/index.md +++ b/content/blog/2023/12/reflecting-on-2023/index.md @@ -6,19 +6,23 @@ layout: winter context: "This page is an entry into the 32-Bit Cafe's [2023 holiday event](https://32bit.cafe/holidays2023/)." --- -## Things that happened +## Fitness -- Returned to the gym +In August I returned to the gym after 4ish years of not really exercising much at all. I've always had a difficult relationship with fitness and exercise. I've never really been fit and everytime I tried to change that, I set goals that were far too ambitious and then failed to meet them, at which point I would give up, because what's the point of doing something unless I can do it perfectly? This time, though, I've made it my goal to just get in the gym and exercise 3 times a week. It's been great so far. I've been pretty consistent with going, missing only two weeks, once when I was sick and once when I was out of town. I am starting to see some progress, though I haven't made any efforts to track it, I notice I am sleeping better and have more energy. I don't always feel like going to the gym but I am always glad I forced myself to go. + +## Hobbies - Did some stuff at the 32-bit cafe -- Changed jobs - - Programming projects +## Career + +- Changed jobs + ## Goals for 2024 -- Fitness and diet goals +In 2024, I want to continue exercising consistently, and I think at this point I can set some goals and monitor my progress. - Code more - Contribute to open source diff --git a/static/css/winter.css b/static/css/winter.css index 383bbda..188b532 100644 --- a/static/css/winter.css +++ b/static/css/winter.css @@ -48,8 +48,13 @@ } .content { - max-width: fit-content; + max-width: 750px; margin: 0 auto; + font-size: 16px; +} + +.content p { + line-height: 1.7em; } .context {