This commit is contained in:
zkat 2021-09-16 18:28:21 +00:00
parent 28fb436e4a
commit 059f594a1b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -519,8 +519,8 @@ video {
display: contents;
}
.h-20 {
height: 5rem;
.h-40 {
height: 10rem;
}
.mx-auto {