style: ajusta responsividade geral do projeto

This commit is contained in:
2026-05-28 19:04:17 -05:00
parent f5375c42ee
commit 98bdc96b6a
11 changed files with 198 additions and 176 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div
class="relative min-h-[calc(100vh-66px)] overflow-hidden bg-[#f5f5f5] px-3 py-8 font-sans text-[#0c0a09] sm:px-5 sm:py-12 md:px-8 md:py-16">
class="relative min-h-[calc(100vh-66px)] overflow-x-hidden bg-[#f5f5f5] px-3 py-8 font-sans text-[#0c0a09] sm:px-4 sm:py-12 md:px-6 md:py-16 xl:px-8">
<div
class="pointer-events-none absolute left-1/2 top-6 h-[360px] w-[min(94vw,760px)] -translate-x-1/2 rounded-[40px] bg-[radial-gradient(circle_at_20%_30%,rgba(167,229,211,0.62),transparent_28%),radial-gradient(circle_at_72%_24%,rgba(168,200,232,0.56),transparent_30%),radial-gradient(circle_at_52%_78%,rgba(232,184,196,0.5),transparent_34%)] blur-2xl sm:top-8 sm:h-[420px] sm:rounded-[48px]"
aria-hidden="true"></div>
<main class="relative mx-auto grid w-full max-w-[960px] gap-6 sm:gap-8" aria-labelledby="account-title">
<main class="relative mx-auto grid w-full min-w-0 max-w-[960px] gap-6 sm:gap-8" aria-labelledby="account-title">
<header class="min-w-0">
<p
class="m-0 inline-flex rounded-full bg-[rgba(168,200,232,0.56)] px-3 py-1 text-xs font-semibold uppercase leading-[1.4] tracking-[0.96px] text-[#0c0a09]">
@@ -37,7 +37,7 @@
<dl class="grid min-w-0 gap-3 sm:gap-4">
<div v-for="item in profileRows" :key="item.label"
class="grid min-w-0 gap-1 border-t border-[#e7e5e4] pt-3 sm:grid-cols-[140px_minmax(0,1fr)] sm:gap-5 sm:pt-4 md:grid-cols-[160px_minmax(0,1fr)]">
class="grid min-w-0 gap-1 border-t border-[#e7e5e4] pt-3 lg:grid-cols-[140px_minmax(0,1fr)] lg:gap-5 lg:pt-4 xl:grid-cols-[160px_minmax(0,1fr)]">
<dt class="text-xs font-semibold uppercase leading-[1.4] tracking-[0.96px] text-[#777169]">
{{ item.label }}
</dt>