Add logo to header and revamp header styling
This commit is contained in:
parent
80dd19b0f6
commit
655084c42a
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue