Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Merge pull request #104 from crab85193/dev_crab
Browse files Browse the repository at this point in the history
fix: トップページのスマホ版レイアウト変更
  • Loading branch information
crab85193 authored Jan 16, 2024
2 parents 211c907 + 1894812 commit 2d0c659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main_app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h5 class="card-title"><i class="bi bi-shop"></i> {% trans 'Recommended Store' %
{% endif %}
<div class="row justify-content-center">
{% for store in stores_inner %}
<div class="col-5">
<div class="col-lg-5 col-12">
<div class="card">
{% if store.photo %}
<img src="{{ store.photo }}" class="card-img-top d-block w-100 shop-img" alt="Shop Image" style="height: 30vh; width: auto;" onerror="this.src='{% static "img/logo.png" %}'; this.removeAttribute('onerror'); this.removeAttribute('onload');" onload="this.removeAttribute('onerror'); this.removeAttribute('onload');">
Expand Down

0 comments on commit 2d0c659

Please sign in to comment.