Skip to content

Commit

Permalink
Width for huge containers to work on all screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
adeojonathan committed Oct 12, 2014
1 parent d1e9c3c commit ec9e9cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap/css/multiloquent/style.css
Expand Up @@ -33,6 +33,11 @@ body {
background-color: #333333;
padding-top: 50px;
}
@media (min-width: 1200px) {
.container {
width: 90%;
}
}
/* ---- wordpress required ---- */
.aligncenter {
margin: 0 auto;
Expand Down
5 changes: 5 additions & 0 deletions bootstrap/less/multiloquent/style.less
Expand Up @@ -47,6 +47,11 @@ body {
padding-top: 50px;
}

@media ( min-width : 1200px) {
.container{
width: 90%;
}
}
/* ---- wordpress required ---- */
.aligncenter {
margin: 0 auto;
Expand Down

0 comments on commit ec9e9cb

Please sign in to comment.