From f0e57505430b6382cc82b1c7f9e4bf6f4b3dfcb6 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 28 Feb 2024 10:25:29 +0530 Subject: [PATCH] improve website style --- packages/website/404.html | 9 ++++++--- packages/website/_includes/default.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/website/404.html b/packages/website/404.html index 73abf58..f870d75 100644 --- a/packages/website/404.html +++ b/packages/website/404.html @@ -7,8 +7,11 @@ excludeFromSitemap: true
- -
Image by https://icons8.com
+ +
Image by https://icons8.com
-

Uh oh, the page you wanted to see isn't here. How about going to the homepage?

+

+ Uh oh, the page you wanted to see isn't here. How about + going to the homepage? +

diff --git a/packages/website/_includes/default.html b/packages/website/_includes/default.html index e4ac476..e235029 100644 --- a/packages/website/_includes/default.html +++ b/packages/website/_includes/default.html @@ -114,7 +114,7 @@ padding: 1rem; max-width: var(--layout-max-width); margin: 0 auto; - min-height: 55vh; + min-height: calc(100dvh - 4rem); } @media screen and (max-width: 700px) {