fixed margin

This commit is contained in:
Steven Sarmiento 2021-07-19 11:48:43 -07:00 committed by GitHub
parent 2380dddace
commit 457171c9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const MarketCard = (props: MarketCardProps) => {
const colors = tailwindConfig.theme.extend.colors const colors = tailwindConfig.theme.extend.colors
return ( return (
<div className="flex-1 m-4"> <div className="flex-1 m-2">
<div className="flex flex-col bg-th-fgd-4 rounded-xl py-4 px-4 h-auto shadow-md"> <div className="flex flex-col bg-th-fgd-4 rounded-xl py-4 px-4 h-auto shadow-md">
<div className="flex flex-row gap-x-2 align-bottom"> <div className="flex flex-row gap-x-2 align-bottom">
<div className="flex flex-col flex-auto"> <div className="flex flex-col flex-auto">