Skip to content

Commit

Permalink
ajuste de banners
Browse files Browse the repository at this point in the history
  • Loading branch information
Elicarlos committed Feb 20, 2024
1 parent 2bad47c commit cc9f6b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions participante/templates/participante/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,13 @@

<!-- Imagem padrão -->
<div class="item active hidden-xs">
<img class="img-responsive" src="{% static 'img/premios.jpg' %}" alt="Prêmios" style="object-fit: cover; width: 100%; height: 100%;">
<img class="img-responsive" src="{% static 'img/premios.png' %}" alt="Prêmios" style="object-fit: cover; width: 100%; height: 100%;">
</div>

<!-- Imagem para smartphones -->
<div class="item active visible-xs">
<img class="img-responsive" src="{% static 'img/premios-smart.png' %}" alt="Prêmios" style="object-fit: cover; width: 100%; height: 100%;">
<div class="item active visible-xs" style="margin-top: 2.5rem;">

<img class="img-responsive" src="{% static 'img/premios-smart-2211.png' %}" alt="Prêmios" style="object-fit: cover; width: 100%; height: 100%;">
</div>


Expand Down
File renamed without changes
Binary file added static/img/premios-smart-2211.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/premios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc9f6b4

Please sign in to comment.