From 17333a9162fcddce61a330cabf930d3a6e633546 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 17 Sep 2020 23:09:46 +0200 Subject: 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 Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/sphinx-static/theme_overrides.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'documentation') 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 @@ body { font-family: Verdana, Sans, sans-serif; - - min-width: 640px; margin: 0em auto; color: #333; } -- cgit v1.2.3-54-g00ecf