Change background position
This commit is contained in:
parent
2545ac9f20
commit
7d41c1ce0e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
<span class="post-meta"> | Updated on {{ article.locale_modified }}</span>
|
||||
{% endif %}
|
||||
{% if selected_cover %}
|
||||
<div class="post-cover cover" style="background-image: url('{{ selected_cover }}')">
|
||||
<div class="post-cover cover" style="background-image: url('{{ selected_cover }}'); background-position: left 0">
|
||||
{% elif selected_color %}
|
||||
<div class="post-cover cover" style="background-color: {{ selected_color }}">
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue