Hacker News new | ask | show | jobs
by SkiFire13 411 days ago
Note that this won't prevent the page from being displayed in other sizes, where it will most likely have a broken layout instead.
1 comments

True, but with CSS you define one layout for the web format alongside a different layout for the print format, using the @page rule.
If I want only the print format this will require double the effort though.
No it doesn't? If you only want the print format, just do the print format layout, ignore the web format. Why do you care that it's broken there?