1
0
Fork 0

Add margins

This commit is contained in:
Alex Kotov 2018-11-30 09:13:59 +05:00
parent 732c3b182f
commit aa9062a5b9
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@
<body>
<%= render 'navbar' %>
<%= yield %>
<div class="my-5">
<%= yield %>
</div>
</body>
</html>