Skip to content

Commit

Permalink
Merge pull request devopsdays#109 from kmugrage/reduce_logo_sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Apr 11, 2016
2 parents c9ad333 + ef4e5ff commit d239fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/devopsdays-legacy/layouts/event/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>{{ .label }} Sponsors</h2>
{{ range where $sponsors "level" .id }}
{{ $s := (index $.Site.Data.sponsors .id) }}
{{ if isset $.Site.Data.sponsors .id }}
<a href = "{{ $s.url }}"><img alt = "{{ .id }}" src = "/img/sponsors/{{ .id }}.png" class="img-responsive company-logo" width = "100px"></a>
<a href = "{{ $s.url }}"><img alt = "{{ .id }}" src = "/img/sponsors/{{ .id }}.png" class="img-responsive company-logo" width = "95px"></a>
{{ end }}
{{ end }}
<div class = "sponsor-cta">
Expand Down

0 comments on commit d239fdc

Please sign in to comment.