From 1ebd6ad4e3322af6b084e35a524fd10e92e5698a Mon Sep 17 00:00:00 2001 From: Chewbaccalakis Date: Thu, 29 Jan 2026 06:04:05 -0800 Subject: [PATCH] css fix probably --- src/index.css | 15 +++++++++++++++ src/yes.tsx | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 6070478..79dc3d0 100644 --- a/src/index.css +++ b/src/index.css @@ -111,3 +111,18 @@ dialog::backdrop { .photo img:hover { transform: scale(1.05); } + +.yes-container { + max-width: 100%; + padding: 0 1rem; + box-sizing: border-box; + overflow-x: hidden; + text-align: center; +} + +.yes-container h1, +.yes-container h2, +.yes-container h3 { + word-wrap: break-word; + overflow-wrap: break-word; +} diff --git a/src/yes.tsx b/src/yes.tsx index 78d60e7..0fd0c8e 100644 --- a/src/yes.tsx +++ b/src/yes.tsx @@ -1,10 +1,9 @@ export default function YesPage() { return ( -
+

Congratulations, you're now my valentine!!! 💖🥳

No takebacks allowed, you're stuck with me 🎉

Great job using the freewill the website gave you to make the right choice

-
); }