Skip to content

Commit

Permalink
fix: show sponsors logo in same size (#4823)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Aug 20, 2020
1 parent cf41e63 commit a985a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/styles/pages/public-event.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@

.sponsor-image {
margin: 0 auto;
object-fit: contain;
}

.tickets {
Expand Down
4 changes: 2 additions & 2 deletions app/templates/components/public/sponsor-item.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a href="{{this.sponsor.url}}">
<img src="{{this.sponsor.logoUrl}}" class="ui image sponsor-image" alt="{{this.sponsor.name}}">
<a href="{{this.sponsor.url}}" target="_blank" rel="noopener nofollow">
<img src="{{this.sponsor.logoUrl}}" height="250" width="250" class="ui image sponsor-image" alt="{{this.sponsor.name}}">
</a>

1 comment on commit a985a8d

@vercel
Copy link

@vercel vercel bot commented on a985a8d Aug 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.