summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 23:09:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-22 09:58:48 +0100
commit17333a9162fcddce61a330cabf930d3a6e633546 (patch)
tree88ffbd7be0dbfcb82236c7b7a9064508b855d12a /documentation
parentd2b39e421f1d694a6fdffd6637851f4dc14c3074 (diff)
downloadpoky-17333a9162fcddce61a330cabf930d3a6e633546.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. (From yocto-docs rev: 69f57cd708bafd99c4a35c7929d70ae047bfe0d8) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sphinx-static/theme_overrides.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css
index c18053398f..55da38a2b8 100644
--- a/documentation/sphinx-static/theme_overrides.css
+++ b/documentation/sphinx-static/theme_overrides.css
@@ -4,8 +4,6 @@
4 4
5body { 5body {
6 font-family: Verdana, Sans, sans-serif; 6 font-family: Verdana, Sans, sans-serif;
7
8 min-width: 640px;
9 margin: 0em auto; 7 margin: 0em auto;
10 color: #333; 8 color: #333;
11} 9}