Skip to content

Commit

Permalink
Merge pull request #827 from dbt-labs/fix-padding-mobile
Browse files Browse the repository at this point in the history
Fix padding on mobile
  • Loading branch information
annafil authored Aug 25, 2021
2 parents 2a53b77 + f33488b commit caa96df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/package.template.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="header">
<% if is_hidden(package, version) or (defined?(package.redirectnamespace) or defined?(package.redirectname)) %>
<div class="row">
<div class="col-md-12 ">
<div class="col-md-12" style="padding:0px;">
<%= partial "hidden" %>
</div>
</div>
Expand Down

0 comments on commit caa96df

Please sign in to comment.