Reduced font size and weight on step links component

This commit is contained in:
Chris Kalani
2019-08-19 13:15:07 -07:00
committed by fabioberger
parent 5415bc4590
commit 2f197d128a

View File

@@ -72,7 +72,8 @@ const StepLinkWrapper = styled(Link)`
`;
const StepLinkText = styled.span`
font-size: 1.25rem;
font-size: 1.15rem;
font-weight: 300;
@media (max-width: 500px) {
font-size: 16px;