Fix media queries. I have no idea what I'm doing.

This commit is contained in:
Mathias Meyer 2014-05-12 09:52:05 +02:00
parent 218e0a12fb
commit d6336a8b36
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ html, body
table#builds .committer
display: none
@media handheld, only screen and (max-device-height: 1024px)
@media handheld, only screen and (max-device-width: 980px)
#left
display: none
#main

View File

@ -86,7 +86,7 @@
h5
font-weight: bold
@media handheld, only screen and (max-device-width: 1024px)
@media handheld, only screen and (max-device-width: 980px)
#main
.tabs
margin-top: 5px