templates: Reduce top margin

This commit is contained in:
Alan Orth 2021-03-11 22:54:46 +02:00
parent 18643ca1ae
commit 1a92b99c68
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<div class="container">
<h1 class="mt-5 fs-2">DSpace CSV Metadata Quality Checker</h1>
<h1 class="mt-3 fs-2">DSpace CSV Metadata Quality Checker</h1>
<p class="lead">The DSpace CSV Metadata Quality Checker is a pipeline of sanity checks and automated fixes for a number of common issues in metadata files.</p>
<p>Select a CSV file to process.</p>
<form method="POST" action="" enctype="multipart/form-data">

View File

@ -4,7 +4,7 @@
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<div class="container">
<h1 class="mt-5 fs-2">DSpace CSV Metadata Quality Checker</h1>
<h1 class="mt-3 fs-2">DSpace CSV Metadata Quality Checker</h1>
<p>Processing {{ filename }}</p>
</div>
</main>