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>
This commit is contained in:
Quentin Schulz
2020-09-17 23:09:46 +02:00
committed by Richard Purdie
parent d2b39e421f
commit 17333a9162

View File

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