Skip to content

Commit

Permalink
space packages more
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Aug 16, 2014
1 parent 1dde564 commit 20cbdde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ body {
margin-top: 28px;
}

/* Package list */
.package-list > .row {
margin-bottom: 5px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>What is <abbr title="Souix for 'shadow'">Ohanzee?</abbr></h1>
-->
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="package-list col-md-8 col-md-offset-2">
<h2 class="text-center">Current Components</h2>
<hr>
<div class="row">
Expand Down

0 comments on commit 20cbdde

Please sign in to comment.