Adjust font size in instructions
Reduced font size for the instructional text in Bulgarian Solitaire.
This commit is contained in:
parent
de1ee42956
commit
4e615985fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue