Browse Source

docs: static: theme_overrides.css: fix responsive design on <640px screens

From experience the body takes the whole space anyway and the text stays
within the screen boundaries by default, no need to make the min-width
640px then.

Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Quentin Schulz 3 years ago
parent
commit
d52190ea42
1 changed files with 0 additions and 2 deletions
  1. 0 2
      doc/sphinx-static/theme_overrides.css

+ 0 - 2
doc/sphinx-static/theme_overrides.css

@@ -4,8 +4,6 @@
 
 body {
   font-family: Verdana, Sans, sans-serif;
-
-  min-width: 640px;
   margin:  0em auto;
   color: #333;
 }