deploy: d5e01c1a7d
This commit is contained in:
parent
e6621fcc0d
commit
28fb436e4a
|
|
@ -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
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 157 KiB |
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue