1
0
mirror of https://github.com/vrana/adminer.git synced 2025-09-01 10:23:28 +02:00

Allow responsive styles on larger devices

and fix a media query.

Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
(cherry picked from commit 4b0b011b93f9b684e5ab81f493f239f478fc3f2b)
This commit is contained in:
Lucas Sandery
2018-11-25 21:04:30 +10:30
committed by Jakub Vrana
parent baeeb362f7
commit e2810adc05
4 changed files with 4 additions and 4 deletions

View File

@@ -708,7 +708,7 @@ input[type="file"]:disabled::-moz-file-upload-button {
margin-left: 0;
}
@media all and (max-device-width: 880px) {
@media all and (max-width: 880px) {
body {
padding-bottom: 2em;
}