Hacker News new | ask | show | jobs
by AnthOlei 706 days ago
Ha, I think this site is styled by a single-sheet CSS called Tufte.css
1 comments

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