diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index a241bcf6..be5eb7fd 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -38,10 +38,10 @@ - @@ -208,11 +210,11 @@ <% end %> -
:class="{ 'ml-48 sm:ml-56': showSidebar }"<% end %> class="transition-all duration-300"> +
:class="{ 'ml-56 sm:ml-64 lg:ml-56': showSidebar }"<% end %> class="transition-all duration-300"> <%= yield %>
-