Web: Login: fix greeting title style

This commit is contained in:
Viktor Fomin 2022-01-26 19:22:33 +03:00
parent 3447ec4834
commit 79cd500028

View File

@ -76,13 +76,6 @@ const LoginContainer = styled.div`
.greeting-title {
width: 100%;
padding-bottom: 32px;
@media (max-width: 768px) {
text-align: left;
}
@media (max-width: 375px) {
font-size: 23px;
}
}
.more-label {
@ -463,8 +456,8 @@ const Form = (props) => {
return (
<LoginContainer>
<Text
fontSize="32px"
fontWeight={600}
fontSize="23px"
fontWeight={700}
textAlign="center"
className="greeting-title"
>