Login:Src:Components: change styles

This commit is contained in:
Darya Umrikhina 2024-08-29 12:12:30 +04:00
parent b4cb1cdadc
commit 99e8c08397

View File

@ -31,7 +31,6 @@ import { mobile, tablet } from "@docspace/shared/utils";
export const StyledBody = styled.div`
margin: 56px auto;
max-width: 480px;
display: flex;
flex-direction: column;
align-items: center;
@ -88,6 +87,7 @@ export const StyledBody = styled.div`
}
.greeting-title {
max-width: 480px;
margin-bottom: 32px;
text-align: center;
}