Skip to content

Commit

Permalink
Give the sidebar more space, the content a little less
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl committed May 27, 2015
1 parent df51e2a commit 15c7ce8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,12 +19,12 @@
<h1><?php the_title(); ?></h1>
</div><!--! end of "first row" -->
<div class="row"><!-- for about page -->
<div class="twelve columns alpha"><!-- for about page -->
<div class="eleven columns alpha"><!-- for about page -->
<?php the_content(); ?>
<?php edit_post_link("Edit This Page", '<p>', '</p>'); ?>
</div>

<div class="three columns alpha well">
<div class="four columns alpha well">
<?php get_sidebar(); ?>
</div>

Expand Down

0 comments on commit 15c7ce8

Please sign in to comment.