diff --git a/frontend/src/components/ValueGraph/styles.ts b/frontend/src/components/ValueGraph/styles.ts index af9f9c7ad0..74a412fec3 100644 --- a/frontend/src/components/ValueGraph/styles.ts +++ b/frontend/src/components/ValueGraph/styles.ts @@ -2,5 +2,6 @@ import { Typography } from 'antd'; import styled from 'styled-components'; export const Value = styled(Typography)` - font-size: 3rem; + font-size: 2.5vw; + text-align: center; `;