Skip to content

Commit

Permalink
fix: Changed the semantic class for the image in attendee and organiz…
Browse files Browse the repository at this point in the history
…er app (fossasia#4234)

* Removed fluid class in attendee-app.hbs

* removed large class in organizer-app.hbs
  • Loading branch information
Dishebh committed Mar 29, 2020
1 parent 41b3b67 commit 28b84a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/attendee-app.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</div>
</div>
<div class="eight wide column">
<img class="ui fluid image" src="/images/android-img.jpg" alt="Android Pic">
<img class="ui medium image" src="/images/android-img.jpg" alt="Android Pic">
</div>
</div>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/organizer-app.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</div>
</div>
<div class="eight wide column">
<img class="ui large image" src="/images/organizer-android.jpg" alt="Android Pic">
<img class="ui medium image" src="/images/organizer-android.jpg" alt="Android Pic">
</div>
</div>
{{/if}}
Expand Down

0 comments on commit 28b84a9

Please sign in to comment.