Skip to content

Commit

Permalink
Merge pull request #219 from devopsdays/bridget-logo-size
Browse files Browse the repository at this point in the history
Keep logos from being giant.
  • Loading branch information
mattstratton committed May 5, 2016
2 parents 025fce0 + f769221 commit c6ea4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/event_logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{{ $event_slug := index $path 1 }}
{{ $e := (index .Page.Site.Data.events $event_slug) }}

<img alt="DevOpsDays {{ $e.city }} {{ $e.year }}" src="/events/{{ $event_slug }}/logo.png"/>
<img alt="DevOpsDays {{ $e.city }} {{ $e.year }}" src="/events/{{ $event_slug }}/logo.png" style="width: 90%; margin:5%;"/>

0 comments on commit c6ea4fa

Please sign in to comment.