1

Increase the text width.

This commit is contained in:
vonavi 2014-04-13 10:45:30 +03:00
parent 868f098d1e
commit c922d5063a
3 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
layout: default layout: default
--- ---
<div class="col-xs-12 col-sm-8 col-sm-offset-2"> <div class="col-xs-12 col-sm-10 col-sm-offset-1">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{{ content }} {{ content }}
</div> </div>
<div id="GameWrapper" class="col-xs-12 col-sm-8 col-sm-offset-2"> <div id="GameWrapper" class="col-xs-12 col-sm-10 col-sm-offset-1">
<strong><span id="GameWhite"></span>&nbsp;vs.&nbsp;<span id="GameBlack"></span>&nbsp;&#8226;&nbsp;<span id="GameResult"></span></strong> <strong><span id="GameWhite"></span>&nbsp;vs.&nbsp;<span id="GameBlack"></span>&nbsp;&#8226;&nbsp;<span id="GameResult"></span></strong>
<p></p> <p></p>

View File

@ -2,7 +2,7 @@
layout: default layout: default
--- ---
<div class="col-xs-12 col-sm-8 col-sm-offset-2"> <div class="col-xs-12 col-sm-10 col-sm-offset-1">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{{ content }} {{ content }}
</div> </div>

View File

@ -2,7 +2,7 @@
layout: default layout: default
--- ---
<div class="col-xs-12 col-sm-8 col-sm-offset-2"> <div class="col-xs-12 col-sm-10 col-sm-offset-1">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{{ content }} {{ content }}
</div> </div>