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; + } + }