app/views/lookbook/pages/show.html.erb in lookbook-1.0.0.beta.4 vs app/views/lookbook/pages/show.html.erb in lookbook-1.0.0.beta.5

- old
+ new

@@ -1,6 +1,6 @@ <div class="px-4 md:px-10 pt-8 md:pt-10 overflow-auto scroll-smooth w-full max-h-full pb-12" x-ref="scroller"> - <div class="w-full max-w-3xl mx-auto h-full flex flex-col"> + <div class="w-full max-w-screen-lg mx-auto h-full flex flex-col"> <% if @page.header? %> <header id="page-header" class="mb-8 prose max-w-none flex-none"> <h1><%= @page.title %></h1> </header> <% end %>