Skip to content

Commit

Permalink
add margin to home page bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldenwat committed Dec 16, 2018
1 parent 8c6690d commit 4d03fa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12977,3 +12977,7 @@ blockquote p {
padding: 10px;
}

.card-group {
margin-bottom: 5%;
}

4 changes: 4 additions & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,8 @@ blockquote p {

.card-img-top {
padding: 10px;
}

.card-group {
margin-bottom: 5%;
}

0 comments on commit 4d03fa9

Please sign in to comment.