Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
Removing "row" will avoid the existing left padding error in the template.

This affects all the "Patterns" container (sg-pattern-styles)
  • Loading branch information
GemmaNicolas committed Mar 6, 2015
1 parent 0df478b commit f42682a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -52,7 +52,7 @@
<h1 class="page-header">Base Styles</h1>
<?php showMarkup('base'); ?>
</div><!--/.sg-base-styles-->
<div class="row sg-pattern-styles">
<div class="sg-pattern-styles">
<h1 class="page-header">Patterns<small> - Design and mark-up patterns unique to your site.</small></h1>
<?php showMarkup('patterns'); ?>
</div>
Expand All @@ -65,4 +65,4 @@
<script src="js/sg-plugins.js"></script>
<script src="js/sg-scripts.js"></script>
</body>
</html>
</html>

0 comments on commit f42682a

Please sign in to comment.