From 8fc7f6beb5777358f6490468ab992d97704a2595 Mon Sep 17 00:00:00 2001 From: Chewbaccalakis Date: Thu, 29 Jan 2026 06:06:29 -0800 Subject: [PATCH] maybe css fixed now? --- src/index.css | 17 +---------------- src/yes.module.css | 12 ++++++++++++ src/yes.tsx | 4 +++- 3 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 src/yes.module.css diff --git a/src/index.css b/src/index.css index 79dc3d0..4d22e33 100644 --- a/src/index.css +++ b/src/index.css @@ -110,19 +110,4 @@ 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; -} +} \ No newline at end of file diff --git a/src/yes.module.css b/src/yes.module.css new file mode 100644 index 0000000..0ce6722 --- /dev/null +++ b/src/yes.module.css @@ -0,0 +1,12 @@ +.container { + max-width: 100%; + padding: 0 1rem; + box-sizing: border-box; + overflow-x: hidden; + text-align: center; +} + +h1, h2, h3 { + word-wrap: break-word; + overflow-wrap: break-word; +} diff --git a/src/yes.tsx b/src/yes.tsx index 0fd0c8e..8f50339 100644 --- a/src/yes.tsx +++ b/src/yes.tsx @@ -1,6 +1,8 @@ +import styles from './yes.module.css'; + 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