Skip to content

Commit

Permalink
use full width for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
codeimpossible committed Nov 9, 2014
1 parent c938619 commit a071ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/themes/codeimpossible/page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div class="row">
<section class="col-md-12 col-lg-8 col-lg-offset-1">
<section class="col-md-12">
<header>
<h3>{{ page.title }}</h3>
{% if page.tagline %}<p class="tagline">{{ page.tagline }}</p>{% endif %}
Expand Down

0 comments on commit a071ed9

Please sign in to comment.