Skip to content
Snippets Groups Projects
Commit c698000c authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add some margin to the top.

parent bd25dea8
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<body>
<div class="container">
<div style="max-width: 600px; margin-left: auto; margin-right: auto; text-align: center;" class="mt-3">
<div style="max-width: 600px; margin-left: auto; margin-right: auto; text-align: center;" class="mt-5">
<h1>Hash Online</h1>
<h5 class="text-muted">Hash SHA1, SHA256, MD5 and more online</h5>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment