mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
Revert image size for post background
This commit is contained in:
parent
761d395df6
commit
0007563875
@ -15,7 +15,7 @@ with a `no-image` class so we can style it accordingly.
|
||||
|
||||
<style type="text/css">
|
||||
.responsive-{{slug}}-img {
|
||||
background-image: url({{img_url feature_image size='s'}});
|
||||
background-image: url({{img_url feature_image size='m'}});
|
||||
}
|
||||
</style>
|
||||
<div class="post-background responsive-{{slug}}-img bg-cover bg-center bg-yuika-blue-500">
|
||||
|
Loading…
Reference in New Issue
Block a user