Skip to content

Commit

Permalink
Make content wider on medium-size devices (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Oct 18, 2015
1 parent 044ef90 commit caa8f76
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions doc/cppformat.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ html {
background-color: darken(@header-bg, 10%);
}

.navbar-content {
.make-md-column-offset(2);
.make-md-column(8);
}

.jumbotron {
#gradient > .vertical(@header-bg; darken(@header-bg, 2%); 50%; 50%);
background-size: 100% 4px;
Expand All @@ -32,9 +27,11 @@ div.sphinxsidebar {
}

// Keep content not too wide for better readability.
.content {
.make-md-column-offset(2);
.make-md-column(8);
.navbar-content, .content {
.make-md-column-offset(1);
.make-md-column(10);
.make-lg-column-offset(2);
.make-lg-column(8);
}

.footer {
Expand Down

0 comments on commit caa8f76

Please sign in to comment.