fix(dashboard-v2): fix paddings for content in UserSettingsLayout

This commit is contained in:
Michał Leszczyk 2022-03-16 09:05:25 +01:00
parent 99d8204118
commit 8d27ac7a1b
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const SidebarLink = styled(Link).attrs({
})``;
const Content = styled.main.attrs({
className: "relative bg-white rounded px-16 py-14 mt-6 lg:mt-0 bg-none xl:bg-corner-circle",
className: "relative bg-white rounded px-6 py-6 sm:px-16 sm:py-14 mt-6 lg:mt-0 bg-none xl:bg-corner-circle",
})`
background-repeat: no-repeat;
`;