Add logo to header and revamp header styling

This commit is contained in:
Scott 2021-01-05 21:07:31 -05:00
parent 80dd19b0f6
commit 655084c42a
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@ layout: base.html
title: The KDL Document Language
---
<header class="py-10 bg-gray-300">
<h1 class="text-4xl text-center">The KDL Document Language</h1>
<header class="pt-20 pb-10 px-4">
<img src="./static/logo.svg" class="mx-auto h-20">
<h1 class="text-2xl text-center">The KDL Document Language</h1>
</header>
{% include partials/description.md %}