Skip to content

Commit

Permalink
Dont show image at all on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 22, 2024
1 parent ca0f8f2 commit 2a31ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/bottleOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function BottleOverview({
</>
</DefinitionList>
</div>
<div className="hidden w-64 sm:block">
<div className="hidden w-64 lg:block">
{bottle.imageUrl ? (
<div className="rounded border border-slate-900 bg-slate-900 p-2">
<img
Expand Down

0 comments on commit 2a31ca9

Please sign in to comment.