From 0ee0b19d160c72dc5c6facbe078679d76e385885 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Mon, 29 Jul 2024 16:29:17 -0400 Subject: [PATCH] better mobile --- src/components/Window.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Window.astro b/src/components/Window.astro index 8acb01d..52422cc 100644 --- a/src/components/Window.astro +++ b/src/components/Window.astro @@ -10,6 +10,11 @@ const {title, showClose, maxWidth} = Astro.props .window-body { padding: 20px !important; } + @media (pointer:coarse) { + .window { + margin-right: 20px; + } + }