From caa8f76a88f644881b73d944ad73afeab7e2dabe Mon Sep 17 00:00:00 2001 From: vitaut Date: Sat, 17 Oct 2015 17:35:51 -0700 Subject: [PATCH] Make content wider on medium-size devices (#210) --- doc/cppformat.less | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/cppformat.less b/doc/cppformat.less index 44772375..f3e78a65 100644 --- a/doc/cppformat.less +++ b/doc/cppformat.less @@ -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 {