deploy: d5e01c1a7d
This commit is contained in:
parent
e6621fcc0d
commit
28fb436e4a
|
|
@ -20,8 +20,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main><header class="pt-20 pb-10 px-4">
|
<main><header class="pt-20 pb-10 px-4">
|
||||||
<img src="./logo.svg" class="mx-auto h-20" alt="KDL Logo">
|
<img src="./logo-with-tagline.svg" class="mx-auto h-20" alt="KDL: A cuddly document language">
|
||||||
<h1 class="text-2xl text-center">The KDL Document Language</h1>
|
|
||||||
</header>
|
</header>
|
||||||
<section class="kdl-section" id="description">
|
<section class="kdl-section" id="description">
|
||||||
<p>KDL is a document language with xml-like semantics that looks like you're
|
<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;
|
height: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-2xl {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
line-height: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
@ -559,10 +554,6 @@ video {
|
||||||
--tw-ring-shadow: 0 0 #0000;
|
--tw-ring-shadow: 0 0 #0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes spin {
|
@-webkit-keyframes spin {
|
||||||
to {
|
to {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue