-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: unify typography #271
base: development
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for home-goods-store ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
13923ef
to
3379b96
Compare
@@ -104,6 +103,6 @@ | |||
flex-direction: column-reverse; | |||
align-items: start; | |||
justify-content: center; | |||
font-size: 13px; | |||
font: var(--paragraph3); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is redundant, it's the same as in desktop mode.
@@ -190,7 +190,7 @@ | |||
} | |||
|
|||
.textPage h2 { | |||
font-size: 20px; | |||
font-size: 18px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this an intentional override?
@@ -307,7 +307,7 @@ | |||
|
|||
@container (max-width: 300px) { | |||
.linkCardTitle { | |||
font-size: 30px; | |||
font: var(--heading4); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant, same as on desktop.
Based on #263, but without changes that are not related to typography.