Skip to content

Commit

Permalink
Uniform padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 22, 2024
1 parent 2a31ca9 commit f99f975
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 @@ -161,7 +161,7 @@ export default function BottleOverview({
</div>
<div className="hidden w-64 lg:block">
{bottle.imageUrl ? (
<div className="rounded border border-slate-900 bg-slate-900 p-2">
<div className="rounded border border-slate-900 bg-slate-900 p-3">
<img
src={bottle.imageUrl}
className="block w-64 rounded"
Expand Down

0 comments on commit f99f975

Please sign in to comment.