From 5220736d202ef3f4bbf04d248a2df4c26da4f5e7 Mon Sep 17 00:00:00 2001 From: arrelin Date: Mon, 16 Mar 2026 16:48:27 +0300 Subject: [PATCH] with love vietnam --- frontend/src/App.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/frontend/src/App.css b/frontend/src/App.css index bf40163..06314aa 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -188,6 +188,23 @@ to { opacity: 1; transform: translateY(0); } } +/* ── Short desktop screens (FHD laptops) ── */ + +@media (max-height: 980px) and (min-width: 769px) { + .invite-content { + padding: 8vh 2rem 5vh; + gap: 0.7rem; + } + + .invite-date { + margin-top: 2vh; + } + + .invite-signature { + margin-top: 2rem; + } +} + /* ── Desktop only ── */ @media (min-width: 769px) {