Skip to content

Commit

Permalink
adjust image src
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepypioneer committed Dec 4, 2023
1 parent cf42167 commit 1f93dfa
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions app/homepage/templates/homepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ <h3>
<div class="row">
<div class="col-12 news">
<div class="show-on-larger-screens">
<img src="https://lagreene-ceramics-staticfiles.s3.eu-central-1.amazonaws.com/static/images/TOASTED.jpg"
alt="TOASTED Ceramic Fair" style="
width: 60%;
margin-left: auto;
">
<img src="{% static 'images/TOASTED.jpg' %}" alt="TOASTED Ceramic Fair"
style=" width: 60%; margin-left: auto;">
<br><br>
<h5>TOASTED Ceramic Fair</h5>
<p>
Expand All @@ -55,11 +52,8 @@ <h5>TOASTED Ceramic Fair</h5>
</p>
</div>
<div class="show-on-mobile">
<img src="https://lagreene-ceramics-staticfiles.s3.eu-central-1.amazonaws.com/static/images/TOASTED.jpg"
alt="TOASTED Ceramic Fair" style="
width: 100%;
margin-left: auto;
">
<img src="{% static 'images/TOASTED.jpg' %}" alt="TOASTED Ceramic Fair"
style=" width: 100%; margin-left: auto;">
<br><br>
<h5>TOASTED Ceramic Fair</h5>
<p>
Expand Down

0 comments on commit 1f93dfa

Please sign in to comment.