diff --git a/index.html b/index.html index c37d8fb..5df825d 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/views/components/ProfileCard.css b/src/views/components/ProfileCard.css index 03dbc32..cf2b2b6 100644 --- a/src/views/components/ProfileCard.css +++ b/src/views/components/ProfileCard.css @@ -379,7 +379,6 @@ .pc-details p { font-weight: 600; position: relative; - top: -12px; white-space: nowrap; font-size: 16px; margin: 0 auto; @@ -601,8 +600,12 @@ } .metric-content { - flex: 1; - min-width: 0; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + width: 100%; + border-radius: 0px; } .metric-value { @@ -612,8 +615,6 @@ -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; - line-height: 1; - margin-bottom: 4px; } .metric-label { diff --git a/src/views/components/ProfileCard.jsx b/src/views/components/ProfileCard.jsx index e7447fc..59b7332 100644 --- a/src/views/components/ProfileCard.jsx +++ b/src/views/components/ProfileCard.jsx @@ -381,110 +381,15 @@ const ProfileCardComponent = ({ -- {topAppAcessos != null - ? `${topAppAcessos.toLocaleString('pt-BR')} acessos` - : 'Aplicação mais utilizada'} -
+Aplicação mais utilizada