Skip to content

Commit

Permalink
fix video library style on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 3, 2015
1 parent 58bc29a commit 2e0b5f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/stylesheets/video.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
margin-left: -30px;
width: 241px;
}
@media (max-width: 1070px) {
#video_side {
margin-left: 0px;
width: 211px;
}
}
#video_side .tag_list {
text-transform: capitalize;
}
Expand Down

0 comments on commit 2e0b5f2

Please sign in to comment.