Y
Hacker News
new
|
ask
|
show
|
jobs
by
dunewalker547
262 days ago
If you find the columns jarring, run this in the console:
document.querySelectorAll('.col-50').forEach(d=>d.classList.replace('col-50','col-100'));
2 comments
smig0
262 days ago
Or use reading mode (F9 in Firefox)
link
bapak
262 days ago
Thanks! As usual people favor look over usability and readability.
link