diff --git a/src/components/StatsBoxGrid.js b/src/components/StatsBoxGrid.js index e0497134be0..b6cbc31361c 100644 --- a/src/components/StatsBoxGrid.js +++ b/src/components/StatsBoxGrid.js @@ -12,10 +12,10 @@ import Icon from "./Icon" import { isLangRightToLeft } from "../utils/translations" import { getData } from "../utils/cache" -const Value = styled.h3` +const Value = styled.span` position: absolute; bottom: 8%; - font-size: min(4.4vw, 64px); + font-size: min(4.4vw, 4rem); font-weight: 600; margin-top: 0rem; margin-bottom: 1rem;