improve responsive design

This commit is contained in:
Wolfram Schneider 2017-08-27 18:36:18 +00:00
parent fe4ac5908e
commit bbc2983939
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50753

View file

@ -972,7 +972,7 @@ span.space { font-size: xx-small; }
form#man > input, form#man > button { font-size: large; } form#man > input, form#man > button { font-size: large; }
form#man > input[name='query'] { text-align: center; } form#man > input[name='query'] { text-align: center; }
@media only screen and (max-height: 640px), (max-width: 880px) { @media only screen and (max-height: 640px), (max-width: 760px) {
div#header, div#menu { display: none !important; } div#header, div#menu { display: none !important; }
div#content { padding-top: 4.9em; } div#content { padding-top: 4.9em; }
form#man > input, button { font-size: 200%; } form#man > input, button { font-size: 200%; }