File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,6 +146,14 @@ export default function GameOfLifePage() {
146146 </ aside >
147147
148148 < main className = "flex min-w-0 flex-1 flex-col items-center gap-6 overflow-auto px-0 lg:px-6 lg:py-6" >
149+ < section className = "w-full max-w-3xl rounded-xl border border-border/50 bg-card/60 px-4 py-3 text-xs text-muted-foreground backdrop-blur-md md:hidden" >
150+ < p className = "font-mono" > [mobile note]</ p >
151+ < p className = "mt-1 text-balance" >
152+ Designed for desktop. You can still explore Conway on mobile, but you will probably
153+ enjoy it more on a larger screen.
154+ </ p >
155+ </ section >
156+
149157 < section className = "w-full max-w-3xl rounded-xl border border-border/50 bg-card/60 px-4 py-4 text-sm text-muted-foreground backdrop-blur-md lg:px-5" >
150158 < p >
151159 This is Conway’s Game of Life: a small simulation where simple rules create surprising
You can’t perform that action at this time.
0 commit comments