Skip to content

Commit

Permalink
A bit of spaciousness on small screens
Browse files Browse the repository at this point in the history
- Fixes #2640
  • Loading branch information
zspencer committed Oct 17, 2024
1 parent a9e26d0 commit a32dd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= render Space::HeaderComponent.new(space: current_space) %>
<% end %>
<main id="<%= current_space.present? ? dom_id(current_space) : nil %>"
class="gap-3 flex flex-col content-between mx-auto w-full max-w-7xl sm:px-6 lg:px-8">
class="gap-3 flex flex-col content-between mx-auto w-full max-w-7xl px-2 sm:px-6 lg:px-8">
<%= content_for?(:content) ? yield(:content) : yield %>
</main>
<footer class="flex-wrap">
Expand Down

0 comments on commit a32dd2d

Please sign in to comment.