This commit is contained in:
parent
89ece03307
commit
60db0faba3
3 changed files with 13 additions and 0 deletions
|
@ -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.
|
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
|
@ -98,6 +98,8 @@ pre > code {
|
||||||
|
|
||||||
.flex-wrapper > main {
|
.flex-wrapper > main {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
max-width: 720px;
|
||||||
|
flex-grow: 1;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&.pad {
|
&.pad {
|
||||||
|
|
Loading…
Reference in a new issue