Fix media queries. I have no idea what I'm doing.
This commit is contained in:
parent
218e0a12fb
commit
d6336a8b36
|
@ -75,7 +75,7 @@ html, body
|
||||||
table#builds .committer
|
table#builds .committer
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
@media handheld, only screen and (max-device-height: 1024px)
|
@media handheld, only screen and (max-device-width: 980px)
|
||||||
#left
|
#left
|
||||||
display: none
|
display: none
|
||||||
#main
|
#main
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
h5
|
h5
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
@media handheld, only screen and (max-device-width: 1024px)
|
@media handheld, only screen and (max-device-width: 980px)
|
||||||
#main
|
#main
|
||||||
.tabs
|
.tabs
|
||||||
margin-top: 5px
|
margin-top: 5px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user