Skip to content

Commit

Permalink
Reduce container padding
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Aug 29, 2024
1 parent 23683cf commit ffed8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/v2/container_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="py-10 container mx-auto xl:px-10">
<section class="py-10 container mx-auto xl:px-2">
<% content_for :error_resource do %>
<%= render V2::ErrorComponent.new(error_resource) %>
<% end %>
Expand Down

0 comments on commit ffed8a2

Please sign in to comment.