Hacker News new | ask | show | jobs
by queuebert 712 days ago
I appreciate the elegant blog design. Reminds me of Edward Tufte's books.
2 comments

It's impressive that it doesn't have a mobile view and still looks great.
What? It looks horrible.
Looks great to me and even does what I want when I turn my phone sideways: increase the size of the text.
Ha, I think this site is styled by a single-sheet CSS called Tufte.css
I don't think it is. In Tufte CSS, sidenotes are implemented using float: right [1], while here CSS Grid is used instead.

[1]: https://github.com/edwardtufte/tufte-css/blob/957e9c6dc3646a...