diff --git a/assets/css/app.css b/assets/css/app.css index 9da86af..e8c59f0 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -45,7 +45,7 @@ } #site-content { - @apply grid grid-cols-1 lg:grid-cols-4 gap-3; + @apply grid grid-cols-1 lg:grid-cols-5 gap-12; } aside#primary-sidebar { @@ -68,7 +68,7 @@ } section#content-wrapper { - @apply col-span-3; + @apply col-span-4; } .divider { diff --git a/lib/chiya_web/components/layouts/root_public.html.heex b/lib/chiya_web/components/layouts/root_public.html.heex index 4fa76a8..f1cc13b 100644 --- a/lib/chiya_web/components/layouts/root_public.html.heex +++ b/lib/chiya_web/components/layouts/root_public.html.heex @@ -141,11 +141,11 @@ <% end %>
-
-
-
-
-
+
+
+
+
+
diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index 2f5ba7d..b1e982a 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -21,14 +21,14 @@ <%= if has_outline?(@note) do %> -