Skip to content

Commit

Permalink
fix: add border on preview landing
Browse files Browse the repository at this point in the history
  • Loading branch information
mickasmt committed Apr 6, 2024
1 parent 2ba54e9 commit b381020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/preview-landing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Image } from "astro:assets";
class="rounded-xl md:bg-muted/30 md:p-3 md:ring-1 md:ring-inset md:ring-border"
>
<div
class="relative aspect-video overflow-hidden rounded-xl md:rounded-lg md:border"
class="relative aspect-video overflow-hidden rounded-xl md:rounded-lg border"
>
<Image
class="size-full object-cover object-center"
Expand Down

0 comments on commit b381020

Please sign in to comment.