Skip to content

Commit

Permalink
fix spacing issue between photo cards in portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Jan 14, 2018
1 parent f531b88 commit d9a4e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _sass/jekyll-theme-prologue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
margin-bottom: 0;
}

.row > :not(:first-child) {
padding-top: 0;
}

ul, ol {
padding-left: 0.25em;
margin-left: 1.25em;
Expand Down
2 changes: 1 addition & 1 deletion _sections/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>Natoque Vitae</h3>
</header>
</div>
</div>
<div class="4u$ 12u$(mobile)">
<div class="4u 12u$(mobile)">
<div class="item">
<a href="#" class="image fit"><img src="{{ 'assets/images/pic06.jpg' | relative_url }}" alt="Dolor Penatibus" /></a>
<header>
Expand Down

0 comments on commit d9a4e72

Please sign in to comment.