increase UserText font-size

This commit is contained in:
vchikalkin 2024-07-02 17:07:54 +03:00
parent 42beeb4a84
commit 65b4c95779

View File

@ -10,7 +10,7 @@ const UserText = styled.span`
padding: 0; padding: 0;
text-transform: uppercase; text-transform: uppercase;
color: #fff; color: #fff;
font-size: 0.5rem; font-size: 0.55rem;
font-family: 'Montserrat'; font-family: 'Montserrat';
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;