Increase figure font size in landing page stats

This commit is contained in:
Ezekiel Aquino
2018-12-13 11:52:35 +01:00
parent 1c0bf710a4
commit a852a4077d

View File

@@ -80,9 +80,12 @@ const Figure = (props: FigureProps) => (
const FigureValue = styled.dt`
font-size: 50px;
font-size: 40px;
font-weight: 300;
margin-bottom: 15px;
@media (max-width: 768px) {
font-size: 40px;
}
`;
const FigureDescription = styled.dd`