Fixed all UX problems pointed out by groof #6

Merged
DrMint merged 5 commits from develop into main 2022-03-06 03:50:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3ab84b35da - Show all commits

View File

@ -111,7 +111,7 @@ export default function LibrarySlug(props: LibrarySlugProps): JSX.Element {
const contentPanel = (
<ContentPanel width={ContentPanelWidthSizes.large}>
<div className="grid place-items-center gap-12">
<div className="drop-shadow-shade-xl w-full h-[50vh] mobile:h-[80vh] mb-16 relative cursor-pointer">
<div className="drop-shadow-shade-xl w-full h-[50vh] mobile:h-[60vh] mb-16 relative cursor-pointer">
{item.thumbnail.data ? (
<Img
image={item.thumbnail.data.attributes}