diff --git a/src/content/posts/2023-09-02-coping-with-refactoring/index.md b/src/content/posts/2023-09-02-coping-with-refactoring/index.md new file mode 100644 index 0000000..16bb5ff --- /dev/null +++ b/src/content/posts/2023-09-02-coping-with-refactoring/index.md @@ -0,0 +1,11 @@ +--- +title: Coping with refactoring +date: 2023-09-02T02:17:23.405Z +tags: + - software-engineering + +heroImage: ./ruinsHero.png +heroAlt: ruins +--- + +It is the inevitable nature of code to be refactored. diff --git a/src/content/posts/2023-09-02-coping-with-refactoring/ruinsHero.png b/src/content/posts/2023-09-02-coping-with-refactoring/ruinsHero.png new file mode 100644 index 0000000..40e3920 Binary files /dev/null and b/src/content/posts/2023-09-02-coping-with-refactoring/ruinsHero.png differ diff --git a/src/styles/global.scss b/src/styles/global.scss index 0985a19..1249173 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -98,6 +98,8 @@ pre > code { .flex-wrapper > main { min-width: 0; + max-width: 720px; + flex-grow: 1; box-sizing: border-box; &.pad {