fix width
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-09-01 21:37:13 -05:00
parent 89ece03307
commit 60db0faba3
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -98,6 +98,8 @@ pre > code {
.flex-wrapper > main {
min-width: 0;
max-width: 720px;
flex-grow: 1;
box-sizing: border-box;
&.pad {