Skip to content

Commit

Permalink
🚧 Final test before sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Dec 3, 2024
1 parent de0a95a commit 98a48a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/profile.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import Layout from "../layouts/Layout.astro";
<label class="form-control my-2">
<input type="password" class="input input-bordered" />
</label>
<div class="flex w-full">
<div class="flex ">
<label class="form-control mt-2 w-1/2">
<input
type="password"
Expand All @@ -63,8 +63,8 @@ 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 max-w-fit">
<label class="join-item form-control maw-w-fit">
<div class="join max-w-xs">
<label class="join-item form-control maw-w-xs">
<input type="text" class="input input-bordered rounded-r-none" />
<div class="label">
<span class="label-text-alt"
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 max-w-full">
<div class="join max-w-xs">
<label class="join-item form-control">
<input
type="file"
Expand Down

0 comments on commit 98a48a5

Please sign in to comment.