deploy: 83345dd275
This commit is contained in:
parent
28fb436e4a
commit
059f594a1b
|
|
@ -20,7 +20,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<main><header class="pt-20 pb-10 px-4">
|
||||
<img src="./logo-with-tagline.svg" class="mx-auto h-20" alt="KDL: A cuddly document language">
|
||||
<img src="./logo-with-tagline.svg" class="mx-auto h-40" 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
|
||||
|
|
|
|||
|
|
@ -519,8 +519,8 @@ video {
|
|||
display: contents;
|
||||
}
|
||||
|
||||
.h-20 {
|
||||
height: 5rem;
|
||||
.h-40 {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
.mx-auto {
|
||||
|
|
|
|||
Loading…
Reference in New Issue