Added missing closing brackets in partials/header.hbs styles (#521)

This commit is contained in:
gustawdaniel 2019-01-22 12:04:03 +01:00 committed by Kevin Ansfield
parent 273e987240
commit 047c7c0c9c
1 changed files with 23 additions and 21 deletions

View File

@ -29,6 +29,7 @@ with a `no-image` class so we can style it accordingly.
url({{img_url background size='xl'}}) 2x
);
}
}
@media(max-width: 600px) {
.responsive-header-img {
background-image: url({{img_url background size='m'}});
@ -41,6 +42,7 @@ with a `no-image` class so we can style it accordingly.
url({{img_url background size='l'}}) 2x
);
}
}
</style>
<header class="site-header outer responsive-header-img">