Reduce padding under the nav

SO we can use more space for the main video
master
Daniel Berteaud 11 years ago
parent 5658c6db4e
commit ac2bffca01
  1. 5
      public/css/vroom.css

@ -15,7 +15,7 @@
text-align: center;
}
#mainVideo video {
width: 90% !important;
width: 100% !important;
height: auto;
}
.previewContainer{
@ -96,6 +96,9 @@
#roomToolBar {
overflow: visible !important;
}
#toolbar{
margin-bottom: 8px !important;
}
.dropdown-menu {
min-width: 400px;
}

Loading…
Cancel
Save