deploy: 83345dd275
This commit is contained in:
parent
28fb436e4a
commit
059f594a1b
|
|
@ -20,7 +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-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>
|
</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
|
||||||
|
|
|
||||||
|
|
@ -519,8 +519,8 @@ video {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-20 {
|
.h-40 {
|
||||||
height: 5rem;
|
height: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue