Adjust font size in instructions

Reduced font size for the instructional text in Bulgarian Solitaire.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 11:05:51 +00:00
parent de1ee42956
commit 4e615985fc

View file

@ -389,7 +389,7 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
<div className="max-w-6xl mx-auto p-6 space-y-8" onClick={handleBackgroundClick}> <div className="max-w-6xl mx-auto p-6 space-y-8" onClick={handleBackgroundClick}>
<div className="text-center space-y-4"> <div className="text-center space-y-4">
<h1 className="text-4xl font-bold text-foreground">Bulgarian Solitaire</h1> <h1 className="text-4xl font-bold text-foreground">Bulgarian Solitaire</h1>
<p className="text-muted-foreground text-lg max-w-3xl mx-auto"> <p className="text-muted-foreground text-base max-w-3xl mx-auto">
Choose a number n, then drag the {totalBoxes} boxes into columns. <br /> Choose a number n, then drag the {totalBoxes} boxes into columns. <br />
Note that one column can hold multiple boxes. <br /> Note that one column can hold multiple boxes. <br />
Click "Play" to simulate the Bulgarian Solitaire process. <br /> Click "Play" to simulate the Bulgarian Solitaire process. <br />