basic responsive design for mobile devices

This commit is contained in:
Wolfram Schneider 2017-08-27 17:46:45 +00:00
parent 9325949f17
commit 93acd189c7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50751

View file

@ -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>
|;