Skip to content

Commit

Permalink
Merge pull request #1984 from dennisnewel/banner-fix
Browse files Browse the repository at this point in the history
fix: making banner image dynamically resize
  • Loading branch information
jenkins-x-bot authored Sep 20, 2019
2 parents 68bdcd9 + 51da2b3 commit eeb9da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</div>
<div class="col col-lg-6 col-sm-12">
<a href="https://www.cloudbees.com/devops-world">
<img src="/images/community/events/2019-DWJW-JAM_banner-600x338.jpg">
<img class="img-fluid" height="auto" src="/images/community/events/2019-DWJW-JAM_banner-600x338.jpg">
</a>
</div>
</div>
Expand Down

0 comments on commit eeb9da9

Please sign in to comment.