Code edited in Lovable Code Editor

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 10:17:22 +00:00
parent 1e5ec2add9
commit 68b40be8ec

View file

@ -349,12 +349,12 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
<p className="text-muted-foreground text-lg max-w-3xl mx-auto">
Choose a number n, then drag the {totalBoxes} boxes into columns. <br />
Note that one column can hold multiple boxes. <br />
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
<br />
Click "Play" to simulate the Bulgarian Solitaire process. <br />
Here one box is taken from each non-empty column to form a new column.
<br />
<em>Will this process always converge?</em>
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
<br />
Will this process always converge?
</p>
</div>