From b1d5f1436ef8a44d48df8b56f5a530827d5ad83f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 29 Nov 2021 12:50:41 +0100 Subject: [PATCH] Improve noscript UI appearance --- index.html | 2 +- style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 573faf4..ec656db 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ diff --git a/style.css b/style.css index 347a003..014ae96 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,13 @@ body { font-family: monospace; } +noscript { + display: block; + margin: 0 auto; + max-width: 600px; + grid-column-start: 2; +} + button { background: var(--button-background); transition: background 0.25s linear;