May 9th 2026 - Things I Worked On

Increased list items line height in blog

li {
    line-height: 28px;
}

Added images to blog

img {
    max-width: 430px;
}