with love vietnam
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 17s

This commit is contained in:
arrelin
2026-03-16 16:48:27 +03:00
parent 57facc32cb
commit 5220736d20

View File

@@ -188,6 +188,23 @@
to { opacity: 1; transform: translateY(0); } 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 ── */ /* ── Desktop only ── */
@media (min-width: 769px) { @media (min-width: 769px) {