1
0
Fork 0

Add margins

This commit is contained in:
Alex Kotov 2020-10-16 04:33:35 +05:00
parent b5f771d64b
commit 1cbd5f3914
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{{#*inline "page"}}
<div class="container">
<div class="container mt-4">
<h1>Users</h1>
<ul>

View File

@ -1,5 +1,5 @@
{{#*inline "page"}}
<div class="container">
<div class="container mt-4">
<h1>Sign Up</h1>
<form method="post" action="/users">