Skip to content

Commit

Permalink
fix: Booklist height
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarolombardi authored Jan 1, 2024
1 parent 9186a29 commit 0a481e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Book from './Book'

const BookList = ({ books }: { books: IBook[] }) => {
return (
<div className="flex-1">
<div className="h-full flex-1">
{
books.length > 0
? <ul className='grid grid-cols-[repeat(auto-fill,minmax(230px,1fr))] gap-5 justify-items-center'>
Expand Down

0 comments on commit 0a481e4

Please sign in to comment.