Skip to content

Commit

Permalink
use entire width if no code is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Aug 26, 2016
1 parent e8fee7f commit 3abf1fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/static/css/menu2.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ body .row {
{
#top {
height: 99vh;
width: 250px;
}
body .row {
width: calc(100% - 250px);
}
#tour-content {
height: 100vh;
overflow-y: auto;
Expand Down

0 comments on commit 3abf1fa

Please sign in to comment.