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
|
||||
display: none
|
||||
|
||||
@media handheld, only screen and (max-device-height: 1024px)
|
||||
@media handheld, only screen and (max-device-width: 980px)
|
||||
#left
|
||||
display: none
|
||||
#main
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user