Layout changes and draft report logic

This commit is contained in:
2023-02-23 17:32:06 +01:00
parent 039567d0c8
commit 4f7d6b8a38
6 changed files with 70 additions and 24 deletions

View File

@@ -8,10 +8,10 @@
<body>
<header class="text-center">
</header>
<h1 class="text-center mt-2">
Report Light
</h1>
<main>
<h1 class="text-center mt-2">
Report Light
</h1>
<div class="columns">
<div class="column col-8">
<h2 class="text-center mt-2" id="rep-tit">
@@ -27,6 +27,9 @@
</div>
</div>
</main>
<footer>
<div class="text-center text-light mt-2">Whatever...</div>
</footer>
</body>
<!-- Templates? -->
</html>