Added missing closing brackets in partials/header.hbs styles (#521)
This commit is contained in:
parent
273e987240
commit
047c7c0c9c
1 changed files with 23 additions and 21 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue