In which I get frustrated about how weird my site is to read.

Reboot: Minimum Viable Experience

97 words about creative — 07:30 · 28th Mar 2020

You know how I said the Cascading Stylesheets (CCS) isn’t broken?

Well, here’s the thing. I haven’t changed my mind but, reading any of my entries was becoming a pain the ass so I’ve decided to roll out a provisional, minimum viable experience and it’s this:

p, ul, h1,h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
    line-height: 1.5;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}
pre {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}
img {
    max-width: 100%;
}

Don’t expect many other changes in terms of design for the time being. Also, I’m sorry for not listening better to begin with.

You’ve just read Reboot: Minimum Viable Experience.

In which, 4 years ago, I wrote 97 words about creative and I covered topics, such as: web design , behind the scenes , design , and process .