Make content wider on medium-size devices (#210)

This commit is contained in:
vitaut 2015-10-17 17:35:51 -07:00
parent 044ef900bc
commit caa8f76a88

View File

@ -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;
@ -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 {