소스 검색

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.

Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Quentin Schulz 3 년 전
부모
커밋
d52190ea42
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      doc/sphinx-static/theme_overrides.css

+ 0 - 2
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;
 }