diff --git a/src/components/Account/AccountDetails/index.tsx b/src/components/Account/AccountDetails/index.tsx
index 550e5d78..8ef7122a 100644
--- a/src/components/Account/AccountDetails/index.tsx
+++ b/src/components/Account/AccountDetails/index.tsx
@@ -112,8 +112,8 @@ function AccountDetails(props: Props) {
@@ -173,7 +173,7 @@ function AccountDetails(props: Props) {
{glowElement(!reduceMotion)}
-
}>
+
}>
Balances
{typeof props.title === 'string' ? (
-
+
{props.title}
) : typeof props.title === 'object' ? (
diff --git a/src/pages/_layout.tsx b/src/pages/_layout.tsx
index 5a18c984..1b8b7f25 100644
--- a/src/pages/_layout.tsx
+++ b/src/pages/_layout.tsx
@@ -61,7 +61,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
'lg:mt-[73px]',
'min-h-screen gap-6 px-4 py-6 w-full relative',
'flex',
- isFullWidth && accountId && (accountDetailsExpanded ? 'pr-110.5' : 'pr-24'),
+ isFullWidth && accountId && (accountDetailsExpanded ? 'pr-118' : 'pr-24'),
!reduceMotion && isFullWidth && 'transition-all duration-300',
'justify-center',
focusComponent && 'items-center',
diff --git a/tailwind.config.js b/tailwind.config.js
index 040baba6..05d985f4 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -231,7 +231,8 @@ module.exports = {
24: '96px',
35: '140px',
80: '320px',
- 110.5: '442px',
+ 90: '360px',
+ 118: '472px',
},
transitionDuration: {
3000: '3000ms',
@@ -255,6 +256,7 @@ module.exports = {
90: '360px',
92.5: '370px',
100: '400px',
+ 110: '440px',
120: '480px',
140: '560px',
},