Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
px to rem
  • Loading branch information
minimalsm authored Dec 15, 2021
commit fac7350545521c32b3411a4a86b968720bd5ae1b
2 changes: 1 addition & 1 deletion src/components/StatsBoxGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { getData } from "../utils/cache"
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;
Expand Down