Skip to content

Commit

Permalink
Merge pull request #91 from shammy642/fix_min_width_of_card_again
Browse files Browse the repository at this point in the history
agaiiiiinnnnnn,,,,
  • Loading branch information
joe-winter authored Oct 23, 2024
2 parents 21418a8 + d93ef18 commit 0138657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Card.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export function Card({ children }) {
return (
<div className="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700 font-normal text-gray-700 dark:text-gray-400">
<div className="block max-w-sm min-w-96 p-6 bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700 font-normal text-gray-700 dark:text-gray-400">
{ children }
</div>
)
Expand Down

0 comments on commit 0138657

Please sign in to comment.