Skip to content

Commit

Permalink
📱 Avatar Mobile Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Dec 3, 2024
1 parent 7d9f671 commit a2278f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/profile.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import Layout from "../layouts/Layout.astro";
<Layout>
<div class="bg-base-100 p-4 pt-10">
<div class="card bg-base-200 p-4 flex flex-row">
c<img src="/avatar.png" class="md:hidden w-full" />
<div class="grid grid-cols-4 md:grid-cols-10 w-full">
<img src="/avatar.png" class="rounded-lg w-32 h-32" />
<img src="/avatar.png" class="hidden md:flex rounded-lg w-32 h-32" />
<div class="max-sm:p-4 pt-1 pb-0 col-span-3">
<h1 class="text-sm md:text-base pixel font-black">Funasitien</h1>
<span class="mt-5 badge badge-lg badge-warning">Fondateur</span>
Expand Down

0 comments on commit a2278f9

Please sign in to comment.