From ebf7b6208f930812aba9a585ed39e6b377ee3f2c Mon Sep 17 00:00:00 2001 From: zkat Date: Wed, 6 Jan 2021 02:19:35 +0000 Subject: [PATCH] deploy: 94290081552b79ccae375bda6c68af9030336ae3 --- index.html | 5 +++-- static/logo.svg | 1 + styles/global.css | 32 ++++++++++++++++++++++---------- 3 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 static/logo.svg diff --git a/index.html b/index.html index dd1de0c..6dc56cb 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,9 @@ -
-

The KDL Document Language

+
+ +

The KDL Document Language

KDL is a document language with xml-like semantics that looks like you're diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..732c00f --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/global.css b/styles/global.css index 11bb2f2..274fad3 100644 --- a/styles/global.css +++ b/styles/global.css @@ -511,11 +511,6 @@ video { height: auto; } -.bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - .table { display: table; } @@ -524,16 +519,33 @@ video { display: contents; } -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; +.h-20 { + height: 5rem; } -.py-10 { - padding-top: 2.5rem; +.text-2xl { + font-size: 1.5rem; + line-height: 2rem; +} + +.mx-auto { + margin-left: auto; + margin-right: auto; +} + +.px-4 { + padding-left: 1rem; + padding-right: 1rem; +} + +.pb-10 { padding-bottom: 2.5rem; } +.pt-20 { + padding-top: 5rem; +} + * { --tw-shadow: 0 0 #0000; }