Skip to content

Commit

Permalink
Increase container width
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Oct 4, 2017
1 parent 339a40e commit 48b2945
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions external/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@
body,html,.main-display-area,.col-md-12 {
height:100%;
}

.container {
/* Bootsrap's default is 1170px */
width: 1270px;
}
</style>
</head>

Expand Down

0 comments on commit 48b2945

Please sign in to comment.