better page layout

This commit is contained in:
Theo Browne
2026-02-20 02:55:40 -08:00
parent 6b4ed5fcb3
commit 4c4d21a726
4 changed files with 51 additions and 92 deletions

View File

@@ -391,13 +391,9 @@ function App() {
return (
<div className="app">
<header className="header">
<h1 className="header__logo">QUIPSLOP</h1>
<p className="header__tagline">AI vs AI Comedy Showdown</p>
</header>
<div className="layout">
<main className="main" ref={mainRef}>
<a href="/" className="main-logo">QUIPSLOP</a>
{(() => {
const isGeneratingNextPrompt = state.active && state.active.phase === "prompting" && !state.active.prompt;
const lastCompleted = state.completed[state.completed.length - 1];