All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: static: theme_overrides.css: fix responsive design on <640px screens
@ 2020-09-17 21:09 Quentin Schulz
  2020-09-17 21:09 ` [PATCH 2/2] docs: fix broken links Quentin Schulz
  2020-09-17 21:47 ` [docs] [PATCH 1/2] docs: static: theme_overrides.css: fix responsive design on <640px screens Nicolas Dechesne
  0 siblings, 2 replies; 8+ messages in thread
From: Quentin Schulz @ 2020-09-17 21:09 UTC (permalink / raw)
  To: docs; +Cc: Quentin Schulz

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>
---
 documentation/sphinx-static/theme_overrides.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css
index c18053398..55da38a2b 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;
 }
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-26 18:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 21:09 [PATCH 1/2] docs: static: theme_overrides.css: fix responsive design on <640px screens Quentin Schulz
2020-09-17 21:09 ` [PATCH 2/2] docs: fix broken links Quentin Schulz
2020-09-18  8:22   ` [docs] " Quentin Schulz
2020-09-18  8:59     ` Nicolas Dechesne
2020-09-17 21:47 ` [docs] [PATCH 1/2] docs: static: theme_overrides.css: fix responsive design on <640px screens Nicolas Dechesne
2020-09-18  8:14   ` Quentin Schulz
2020-10-26 17:47     ` Quentin Schulz
2020-10-26 18:00       ` Nicolas Dechesne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.