From a8a6141b8500ddbb0f59e696621e1b1f1f23f534 Mon Sep 17 00:00:00 2001 From: sergv Date: Sat, 12 Oct 2024 11:56:19 +0000 Subject: [PATCH] deploy: dfc11bb847eb945d9e72b6b1e662d3e5a0bb3707 --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b3f4fd1..ffbf1c9 100644 --- a/index.html +++ b/index.html @@ -56,14 +56,15 @@ color: #d5c5ff; } - @media (pointer:coarse) { + @media (pointer:fine) { h1 { font-size: 300%; } #input, #output { - width: max(100vw, 35rem); + margin-top: 2rem; + width: max(95vw, 35rem); font-size: 200%; padding: 2rem 1.5rem; box-sizing: border-box; @@ -72,7 +73,7 @@ #input-process { font-size: 200%; padding: 2rem !important; - margin: 2rem 0; + margin: 3rem 0 1rem 0; } }