projects
/
WP-Themes
/
jollylama.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d954662
)
made content on front page centered
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 17 Feb 2016 19:41:17 +0000
(14:41 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 17 Feb 2016 19:41:17 +0000
(14:41 -0500)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
cb669c2
..
6347637
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-6,7
+6,7
@@
<div class="large-3 columns show-for-large-up">
<?php get_sidebar(); ?>
</div>
- <div id="main-content" class="small-12 large-9 columns">
+ <div id="main-content" class="small-12 large-9
small-text-center
columns">
<?php get_template_part('parts/slide-show');?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>