Skip to content

Commit

Permalink
Banner image background should fill area. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
squiggyrubio committed Jun 20, 2019
1 parent 9bcab2c commit 9f04a5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/scss/pages/_personas-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
background-color: $orange;
background: url(../images/personas/alex-radelich-462768-unsplash.png) no-repeat center center;
background-size: auto 100%;
@include media-breakpoint-up(md) {
@include media-breakpoint-up(lx) {
}
@media (min-width: 1576px) {
background-size: 100% auto;
}
object-fit: cover;
Expand Down
2 changes: 1 addition & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17130,7 +17130,7 @@ readers do not read off random characters that represent icons */
background: url(../images/personas/alex-radelich-462768-unsplash.png) no-repeat center center;
background-size: auto 100%;
object-fit: cover; }
@media (min-width: 768px) {
@media (min-width: 1576px) {
.page-personas-list .intro {
background-size: 100% auto; } }
.page-personas-list .intro h1 {
Expand Down

0 comments on commit 9f04a5c

Please sign in to comment.