Update 404 page

Text is now center-aligned
This commit is contained in:
Matthew Grove
2019-02-05 07:18:34 +00:00
parent 6da6d7a91e
commit 57533947c2

View File

@@ -20,4 +20,9 @@
{% include footer.html %} {% include footer.html %}
</div> </div>
</body> </body>
<style>
.mdc-top-app-bar--short-fixed-adjust {
text-align: center;
}
</style>
</html> </html>