Skip to content

Commit

Permalink
hotfix(vote): add div to screenside background in cadastro
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelzinh3 committed Aug 22, 2024
1 parent a23a228 commit b14937d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
{% block main %}{% endblock %}
</div>
{% block screenside %}
<div class="screenside" style="background-image:url({% static 'imgs/bg-steps.svg' %});">
<div class="bg-screenside">
<div class="screenside" style="background-image:url({% static 'imgs/bg-steps.svg' %});">
</div>
</div>
{% endblock %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/org_eleicoes/votepeloclima/static/scss/screenside.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.screenside {
height: 100vh;
height: 100%;
width: 425px;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit b14937d

Please sign in to comment.