Skip to content

Commit

Permalink
Merge 6be5a2b into a680930
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmoo committed Oct 23, 2018
2 parents a680930 + 6be5a2b commit 4b41258
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Expand Up @@ -14,8 +14,8 @@
<div class="product-listing bg-white col-12 col-md-10 offset-md-1">
<h1 class="h1-heading text-center mt-4">Shop Safe This Holiday Season</h1>

<div class="row px-5 mx-4">
<p class="col body-large text-center">
<div class="row justify-content-center">
<p class="col col-lg-9 body-large text-center">
Teddy bears that connect to the internet.
Smart speakers that listen to commands.
Great gifts—unless they spy on you.
Expand Down
6 changes: 5 additions & 1 deletion source/sass/buyers-guide/views/homepage.scss
@@ -1,8 +1,12 @@
#pni-home {
.page-header {
@media (max-width: $bp-md) {
height: 200px;
}

height: 304px;
background-image: url(/_images/buyers-guide/home-banner.jpg);
background-size: auto 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
Expand Down

0 comments on commit 4b41258

Please sign in to comment.