diff --git a/il-waitlist/src/App.tsx b/il-waitlist/src/App.tsx index aa99b5f..67b2802 100644 --- a/il-waitlist/src/App.tsx +++ b/il-waitlist/src/App.tsx @@ -232,7 +232,7 @@ function App() { @@ -251,4 +251,4 @@ function App() { ); } -export default App; \ No newline at end of file +export default App; diff --git a/il-waitlist/src/index.css b/il-waitlist/src/index.css index 3143394..47d5458 100644 --- a/il-waitlist/src/index.css +++ b/il-waitlist/src/index.css @@ -275,6 +275,7 @@ /* Problem & Solution Section */ .problem-solution { + width: 1200px; background: rgba(30, 20, 60, 0.3); backdrop-filter: blur(20px); border: 1px solid rgba(168, 85, 247, 0.2); @@ -325,6 +326,7 @@ transform: scale(1.05); text-shadow: 0 0 60px rgba(255, 255, 255, 0.5), 0 0 100px rgba(168, 85, 247, 0.3); letter-spacing: 3px; + white-space: nowrap; } .problem-stat {