mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Update LargeCard.tsx
This commit is contained in:
parent
cf1527dc8a
commit
41aaa4ec03
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export function LargeCardText(props: {
|
|||
}) {
|
||||
return (
|
||||
<div className="flex flex-col items-center text-center mb-8">
|
||||
<div className="flex flex-col items-center text-center max-w-[318px]">
|
||||
<div className="flex flex-col items-center text-center max-w-[320px]">
|
||||
{props.icon ? (
|
||||
<div className="text-2xl mb-4 text-largeCard-icon">{props.icon}</div>
|
||||
) : null}
|
||||
|
|
|
|||
Loading…
Reference in a new issue