Reduced font size and weight on step links component
This commit is contained in:
committed by
fabioberger
parent
5415bc4590
commit
2f197d128a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user