diff --git a/src/content/blog/2023-09-27-test-driven-development-is-like-meditation.md b/src/content/blog/2023-09-27-test-driven-development-is-like-meditation.md new file mode 100644 index 0000000..55731ce --- /dev/null +++ b/src/content/blog/2023-09-27-test-driven-development-is-like-meditation.md @@ -0,0 +1,10 @@ +--- +title: Test Driven Development is like meditation +date: 2023-09-27T14:16:27.693Z +slug: 2023-09-27-test-driven-development-is-like-meditation +author: Thomas Wilson + +--- +The goal isn't it be good at it. + +The goal is to do it. \ No newline at end of file diff --git a/src/routes/blog/[slug]/+page.svelte b/src/routes/blog/[slug]/+page.svelte index 178cc8e..60261c0 100644 --- a/src/routes/blog/[slug]/+page.svelte +++ b/src/routes/blog/[slug]/+page.svelte @@ -90,6 +90,7 @@ #article { max-width: 95%; width: 65ch; + flex-grow: 1; @media screen and (max-width: 700px) { --font-size: 1.1rem;