Center block in green block
Vertically center the selected block within the green block in `src/components/BulgarianSolitaire.tsx`.
This commit is contained in:
parent
6dd022034f
commit
930929ce56
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Credits */}
|
{/* Credits */}
|
||||||
<div className="bg-green-50 dark:bg-green-950/30 border border-green-200 dark:border-green-800 rounded-lg p-6 space-y-4">
|
<div className="bg-green-50 dark:bg-green-950/30 border border-green-200 dark:border-green-800 rounded-lg p-6 space-y-4 flex flex-col justify-center">
|
||||||
<h3 className="text-lg font-semibold">Credits:</h3>
|
<h3 className="text-lg font-semibold">Credits:</h3>
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
Find out more about Bulgarian Solitaire on{" "}
|
Find out more about Bulgarian Solitaire on{" "}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue