This commit is contained in:
zkat 2021-09-16 18:20:25 +00:00
parent e6621fcc0d
commit 28fb436e4a
3 changed files with 23 additions and 11 deletions

View File

@ -20,8 +20,7 @@
</head>
<body>
<main><header class="pt-20 pb-10 px-4">
<img src="./logo.svg" class="mx-auto h-20" alt="KDL Logo">
<h1 class="text-2xl text-center">The KDL Document Language</h1>
<img src="./logo-with-tagline.svg" class="mx-auto h-20" alt="KDL: A cuddly document language">
</header>
<section class="kdl-section" id="description">
<p>KDL is a document language with xml-like semantics that looks like you're

22
logo-with-tagline.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 157 KiB

View File

@ -523,11 +523,6 @@ video {
height: 5rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@ -559,10 +554,6 @@ video {
--tw-ring-shadow: 0 0 #0000;
}
.text-center {
text-align: center;
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);