File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 <%= render partial : 'shared/toast' %>
3434 <%= render partial : 'shared/topbar' %>
3535
36- < div class ="max-w-6xl mx-auto py-4 sm :px-6 lg:px-8 ">
36+ < div class ="max-w-6xl mx-auto py-4 md :px-4 lg:px-8 ">
3737 < div class ="min-h-screen bg-gray-100 ">
3838 <!-- When the mobile menu is open, add `overflow-hidden` to the `body` element to prevent double scrollbars -->
3939 <!-- On: "fixed inset-0 z-40 overflow-y-auto", Off: "undefined" -->
4040
41- < div class ="max-w-3xl mx-auto lg:max-w-7xl lg:grid lg:grid-cols-12 lg:gap-8 ">
41+ < div class ="mx-auto lg:max-w-7xl lg:grid lg:grid-cols-12 lg:gap-8 ">
4242 < main class ="lg:col-span-9 xl:col-span-9 ">
4343 <%= yield %>
4444 </ main >
Original file line number Diff line number Diff line change 11< div id ="header ">
22 < div id ="header-nav-wrapper ">
33 < div id ="header-nav " class ="position-relative ">
4- < div class ="flex items-center flex-1 ">
4+ < div class ="flex items-center flex-1 ml-4 md:ml-4 lg:ml-0 ">
55 <%= link_to root_path , class : 'flex-1' do %>
66 <%= render partial : 'shared/icons/logo_full' , locals : { height : 12 } %>
77 <% end %>
You can’t perform that action at this time.
0 commit comments