From 34e5bcb93d0a3713c37acba4ca8b69894bec1d0c Mon Sep 17 00:00:00 2001 From: Huei Tan Date: Thu, 27 Jun 2024 10:02:42 +0200 Subject: [PATCH] update edit preview screen for mobile --- src/link/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/link/style.scss b/src/link/style.scss index 87f60a4..134aa71 100644 --- a/src/link/style.scss +++ b/src/link/style.scss @@ -140,6 +140,12 @@ body { animation-iteration-count: infinite; animation-timing-function: ease; } + + @media screen and (max-width: 782px) { + width: 100%; + max-height: unset; + margin-top: 60px; + } } &-info {