aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/application.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.html.erb')
-rw-r--r--app/views/layouts/application.html.erb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index cb9863e..64bcdd8 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -24,8 +24,9 @@
</head>
<body>
- <main class="container mx-auto mt-28 px-5 flex">
- <%= yield %>
+ <main class="container mx-auto mt-12 px-5">
+ <%= render "layouts/navbar" %>
+ <%= yield %>
</main>
</body>
</html>