Increase content font-size

This commit is contained in:
Samy Pesse
2016-10-13 15:46:14 +02:00
parent 1a3e4e8337
commit c439cf8513
2 changed files with 2 additions and 1 deletions
@@ -5,7 +5,7 @@
max-width: @page-width;
margin: 0px auto;
padding: 20px 15px 40px 15px;
font-size: @page-font-size;
.gitbook-markdown(@md-color: @page-color, @md-line-height: @page-line-height);
overflow: visible;
@@ -23,6 +23,7 @@
@page-width: 800px;
@page-color: #333333;
@page-line-height: 1.7;
@page-font-size: 16px;
// Button
@button-padding: 19px;
@button-background: transparent;