-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove full uppercase from blog post and success story titles #668
Remove full uppercase from blog post and success story titles #668
Conversation
Visit the preview URL for this PR (updated for commit 603c8a1): https://estuary-marketing--pr668-brenosalv-feature-65-oxou5k3n.web.app (expires Fri, 07 Mar 2025 05:07:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 76f6b095a0752e5d9c6c890267f9fdc3e392161e |
@@ -54,11 +54,12 @@ | |||
h1 { | |||
margin-top: 36px; | |||
color: var(--grey); | |||
text-transform: uppercase; | |||
text-transform: none; |
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.
Do we truly need this? Is another style trying to uppercase
this?
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.
Yes, as most of the h1
are uppercased, I added uppercase style globally to all the h1
and just removed this on blog post and success story cases.
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.
lgtm
Changes
Tests / Screenshots