←back to thread

189 points michelangelo | 1 comments | | HN request time: 0s | source
Show context
dunewalker547 ◴[] No.45383536[source]
If you find the columns jarring, run this in the console:

document.querySelectorAll('.col-50').forEach(d=>d.classList.replace('col-50','col-100'));

replies(2): >>45384731 #>>45387208 #
1. bapak ◴[] No.45384731[source]
Thanks! As usual people favor look over usability and readability.