From a8e632b3f44572a794870e1346d79856823735bf Mon Sep 17 00:00:00 2001 From: Stuart Lynn Date: Tue, 14 Jan 2025 01:47:22 +0000 Subject: [PATCH] CSS tweaks --- maptcha/src/index.css | 2 +- maptcha/src/maptcha-landing-page.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/maptcha/src/index.css b/maptcha/src/index.css index 8328280..7b2efb5 100644 --- a/maptcha/src/index.css +++ b/maptcha/src/index.css @@ -27,7 +27,7 @@ body { display: flex; place-items: center; width:100vw; - height:100vh; + height:80vh; min-width: 320px; min-height: 100vh; align-items: center; diff --git a/maptcha/src/maptcha-landing-page.ts b/maptcha/src/maptcha-landing-page.ts index 8368b66..3ef6407 100644 --- a/maptcha/src/maptcha-landing-page.ts +++ b/maptcha/src/maptcha-landing-page.ts @@ -28,6 +28,7 @@ class MaptchaLandingPage extends LitElement { box-sizing: border-box; padding:20px 10px; background-color: #1a5310 + color:white; } `