Skip to content

Commit

Permalink
actually fix picture spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Jan 14, 2018
1 parent f9e6a47 commit bc056ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/jekyll-theme-prologue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,11 @@
margin-bottom: 0;
}

.row > :not(:first-child) {
.row {
margin-top: 40px;
}

.row > * {
padding-top: 0;
}

Expand Down

0 comments on commit bc056ef

Please sign in to comment.