Skip to content

Commit

Permalink
improved responsiveness for more device types
Browse files Browse the repository at this point in the history
  • Loading branch information
peucastro committed Nov 27, 2024
1 parent b1ec9b6 commit 4b7aed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(app)/user/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<section>
<div class="flex w-full justify-center px-4 sm:px-6 lg:px-8">
<div class="w-full content-center sm:w-4/5 md:w-2/3 lg:w-1/2 xl:w-1/2">
<div class="flex h-12 justify-end">
<div class="flex w-4/5 flex-col content-center gap-y-4 md:gap-y-6 lg:w-3/4 xl:w-1/2">
<div class="flex h-10 justify-end lg:h-10 xl:h-12">
<div class="rounded-md bg-muted-red-500 p-3">
<a href="https://www.lipsum.com/">
<Icon src={Icons.Pencil} color="white" size="100%" />
Expand Down

0 comments on commit 4b7aed0

Please sign in to comment.