Skip to content

Commit

Permalink
set max-width of content
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouth committed Mar 2, 2017
1 parent 2a5bba5 commit ef029a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -668,13 +668,13 @@ a.button.outline-btn {
*
*/

.content {
max-width: 980px;
.content,
.main-content {
max-width: 860px;
}

.main-content {
padding: 15px 15px 25px 21px;
max-width: 960px;
}


Expand All @@ -685,7 +685,7 @@ a.button.outline-btn {
*/

.wrapper {
min-height: 1000px;
min-height: 500px;
}

#sidebar-wrapper {
Expand Down

0 comments on commit ef029a9

Please sign in to comment.