Skip to content

Commit

Permalink
📱 Final mobile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Dec 3, 2024
1 parent 7b08a53 commit 748e0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/profile.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import Layout from "../layouts/Layout.astro";
<div class="card bg-base-200 p-4">
<h2 class="card-title">Changer le pseudo</h2>
<form class="mt-2 flex">
<div class="join w-full">
<div class="join max-w-full">
<label class="join-item form-control">
<input type="text" class="input input-bordered rounded-r-none" />
<div class="label">
Expand All @@ -80,7 +80,7 @@ import Layout from "../layouts/Layout.astro";
<div class="card bg-base-200 p-4">
<h2 class="card-title">Changer d'avatar</h2>
<form class="mt-2 flex">
<div class="join w-full">
<div class="join max-w-full">
<label class="join-item form-control">
<input
type="file"
Expand Down

0 comments on commit 748e0e9

Please sign in to comment.