From 4673f56b839a81bd7e697925b799bedd2231cbcc Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Thu, 24 Oct 2024 02:02:57 +0200 Subject: [PATCH] fixed css on mobile --- src/index.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 808d793..ee957a7 100644 --- a/src/index.js +++ b/src/index.js @@ -101,6 +101,24 @@ async function handleDefaultGet(env) { .download-btn:hover, .btn:hover { background-color: #0056b3; } + fa-cog { + font-size: 24px; + } + @media (orientation: portrait) { + h1 { + font-size: 68px; + } + p, a { + font-size: 48px; + border-radius: 20px; + } + .qr-code { + width: 80vw; + } + fa-cog { + font-size: 96px; + } + } @@ -113,7 +131,7 @@ async function handleDefaultGet(env) { Discord - +