aboutsummaryrefslogtreecommitdiffstats
path: root/doc/sphinx-static
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 23:09:46 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 14:21:54 +0200
commitd52190ea426d961f609c657dcb403baf59352969 (patch)
treed186368f9a1bd02fcc5819f10b2589438febb7c2 /doc/sphinx-static
parent9ae5cce76693d7c12396cee1183aaf371bb3d66c (diff)
downloadbitbake-d52190ea426d961f609c657dcb403baf59352969.tar.gz
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>
Diffstat (limited to 'doc/sphinx-static')
-rw-r--r--doc/sphinx-static/theme_overrides.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/sphinx-static/theme_overrides.css b/doc/sphinx-static/theme_overrides.css
index 4fd76a152..e362677a7 100644
--- a/doc/sphinx-static/theme_overrides.css
+++ b/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;
}