From f26307dc8bd39b5640b3fec1f8bc9e4821fe2754 Mon Sep 17 00:00:00 2001 From: Ashley Claymore Date: Wed, 18 Sep 2024 17:41:12 +0100 Subject: [PATCH] docs: website and README tweaks - decrease website bottom body padding - Make 'logo' in README a link to the website Signed-off-by: Ashley Claymore --- README.md | 4 +++- website/_includes/base.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aaaa6d..5f28d2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -'ts-blank-space' as a logo. the 'ts' is in TypeScript blue and the 'blank-space' is in JavaScript orange + + 'ts-blank-space' as a logo. the 'ts' is in TypeScript blue and the 'blank-space' is in JavaScript orange + A small, fast, pure JavaScript, type-stripper using the official TypeScript parser. diff --git a/website/_includes/base.html b/website/_includes/base.html index d1fb102..5ec47ac 100644 --- a/website/_includes/base.html +++ b/website/_includes/base.html @@ -16,7 +16,7 @@ body { display: grid; grid-template-columns: 1fr min(45rem, 90%) 1fr; - padding-bottom: 50vh; + padding-bottom: 10rem; } body > * { grid-column: 2;