mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
committed by
Richard Purdie
parent
d2b39e421f
commit
17333a9162
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Verdana, Sans, sans-serif;
|
font-family: Verdana, Sans, sans-serif;
|
||||||
|
|
||||||
min-width: 640px;
|
|
||||||
margin: 0em auto;
|
margin: 0em auto;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user