styling update

This commit is contained in:
Steven Sarmiento 2021-07-18 13:59:57 -07:00 committed by GitHub
parent eb393aff71
commit cf51360465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const BankCard = (props: BankCardProps) => {
}
return (
<div className="flex flex-col bg-th-fgd-4 shadow-md rounded-xl py-6 px-8 h-auto w-auto m-2">
<div className="flex-1 bg-th-fgd-4 shadow-md rounded-xl py-6 px-8 h-auto w-full m-2">
<div className="flex flex-row gap-x-2">
<img className="w-5 h-5 mt-1" src={props.icon} alt={props.name} />
<p className="text-xl">{props.name}</p>