improve responsive design
This commit is contained in:
parent
fe4ac5908e
commit
bbc2983939
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50753
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ span.space { font-size: xx-small; }
|
|||
form#man > input, form#man > button { font-size: large; }
|
||||
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#content { padding-top: 4.9em; }
|
||||
form#man > input, button { font-size: 200%; }
|
||||
|
|
Loading…
Reference in a new issue