Skip to content

Commit

Permalink
Removed Bootstrap example styles specifying minimum body height.
Browse files Browse the repository at this point in the history
  • Loading branch information
solidstatejake committed Jun 18, 2019
1 parent 84c658e commit 1b59c6d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app/assets/stylesheets/portfolios.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@import "bootstrap";

body {
min-height: 75rem; /* Can be removed; just added for demo purposes */
}

.navbar {
margin-bottom: 0;
}
Expand All @@ -28,7 +24,6 @@ body {
}

.album {
min-height: 50rem; /* Can be removed; just added for demo purposes */
padding-top: 3rem;
padding-bottom: 3rem;
background-color: #f7f7f7;
Expand Down Expand Up @@ -58,3 +53,11 @@ footer {
footer p {
margin-bottom: .25rem;
}

/*
* Custom Styles
*/

.portfolio-container {
padding-top: 3rem;
}

0 comments on commit 1b59c6d

Please sign in to comment.