feat: mobile adapt

This commit is contained in:
2025-04-15 12:57:30 +03:00
parent af335ab4a8
commit 860b628834
7 changed files with 11 additions and 11 deletions

View File

@@ -14,10 +14,10 @@ const ProfileSettings: FunctionComponent = () => {
const maxStatus = 100;
return (
<div class={classes.container}>
<div class="flex w-full flex-row items-center rounded-[4rem] bg-[linear-gradient(180.00deg,rgb(251,194,199),rgba(206,232,251,0.72)_100%)] px-7 py-5 shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)]">
<div class="flex w-full flex-col items-center rounded-[4rem] bg-[linear-gradient(180.00deg,rgb(251,194,199),rgba(206,232,251,0.72)_100%)] px-7 py-5 shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)] md:flex-row">
<div id={classes.avatar}>Аватар</div>
<div class={classes.header_block__name}>
<p class="text-5xl font-semibold">Никнейм</p>
<p class="text-4xl font-semibold">Никнейм</p>
<p class="text-2xl font-light">Статус</p>
<div class="h-1.5 w-full overflow-hidden rounded-2xl bg-white">
<div