Skip to content

Commit

Permalink
Adjust scaling of datahub flow image
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin De Pelseneer committed Oct 16, 2023
1 parent d4378cb commit 924b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/homes/_datahub_features.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="container-fluid">
<div class="row">
<div class="text-center">
<%= image_tag 'DataHubFlow.png', style: 'max-width: 50%' %>
<%= image_tag 'DataHubFlow.png', style: 'max-height: 600px; max-width: 50%' %>
</div>
</div>
</div>
Expand Down

0 comments on commit 924b188

Please sign in to comment.