diff --git a/pytest_html/resources/style.css b/pytest_html/resources/style.css
index 66cab878..d7c516d7 100644
--- a/pytest_html/resources/style.css
+++ b/pytest_html/resources/style.css
@@ -1,7 +1,8 @@
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
- min-width: 1200px;
+ /* do not increase min-width as some may use split screens */
+ min-width: 800px;
color: #999;
}