basic responsive design for mobile devices
This commit is contained in:
parent
9325949f17
commit
93acd189c7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50751
1 changed files with 8 additions and 0 deletions
|
@ -971,6 +971,14 @@ span.footer_links { font-size: small; }
|
|||
input, button { font-size: large; }
|
||||
input[name='query'] { text-align: center; }
|
||||
span.space { font-size: xx-small; }
|
||||
|
||||
@media only screen and (max-height: 640px), (max-width: 880px) {
|
||||
div#header, div#menu { display: none !important; }
|
||||
div#content { padding-top: 4.9em; }
|
||||
form > input, button { font-size: 200%; }
|
||||
form > button { font-size: 200%; }
|
||||
input[name='query'] { width: 12em; }
|
||||
}
|
||||
</style>
|
||||
|;
|
||||
|
||||
|
|
Loading…
Reference in a new issue