Web: Files: Settings: increased font-size for Header on table

This commit is contained in:
Alexey Safronov 2022-09-14 13:06:32 +03:00
parent 28a3096a25
commit fbcb8113e1

View File

@ -51,6 +51,7 @@ const StyledContainer = styled.div`
line-height: 24px;
@media ${tablet} {
font-size: 21px;
line-height: 28px;
}