From 29a28bf09624a114952870101669d637332b9cbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Thu, 3 Mar 2016 18:17:55 +0100
Subject: [PATCH] Text width set to 700px

---
 sass/style.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sass/style.scss b/sass/style.scss
index 92d6198..6ce6532 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -17,7 +17,7 @@ $small-screen-up: 651px;*/
 @import "materialize.scss";
 
 /* overall page look */
-$p-max-width: 512px;
+$p-max-width: 700px;
 #content, .container.nav-wrapper {
     width: 86%;
 }
@@ -283,7 +283,7 @@ nav.subnav li {
     background-color: #2b2b2b;
     display:inline-block;
     text-align: left;
-    min-width: 508px;
+    min-width: $p-max-width - 4px;
     max-width:100%;
   }
   code {
@@ -301,6 +301,8 @@ nav.subnav li {
     #content {
       width: 100%;
     }
+  }
+  @media only screen and (max-width: ($p-max-width/.85)) {
     pre {
       min-width: 100%;
     }
-- 
GitLab