From d4a59548bead7bf7a2d62fc399311f7a396e3370 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 17 Sep 2020 23:09:46 +0200 Subject: bitbake: 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. (Bitbake rev: d52190ea426d961f609c657dcb403baf59352969) Signed-off-by: Quentin Schulz Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- bitbake/doc/sphinx-static/theme_overrides.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/doc/sphinx-static/theme_overrides.css b/bitbake/doc/sphinx-static/theme_overrides.css index 4fd76a152a..e362677a7f 100644 --- a/bitbake/doc/sphinx-static/theme_overrides.css +++ b/bitbake/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; } -- cgit v1.2.3-54-g00ecf