Skip to content
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

Conversation

Brenosalv
Copy link
Collaborator

@Brenosalv Brenosalv commented Feb 5, 2025

Changes

  • Remove uppercase from blog post and success story template titles;
  • Add missing margin to author's avatar from hero section of the blog post.

Tests / Screenshots

image image

@Brenosalv Brenosalv added the enhancement New feature or request label Feb 5, 2025
@Brenosalv Brenosalv requested a review from travjenkins February 5, 2025 03:49
@Brenosalv Brenosalv self-assigned this Feb 5, 2025
@Brenosalv Brenosalv linked an issue Feb 5, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Feb 5, 2025

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;
Copy link
Member

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?

Copy link
Collaborator Author

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.

Copy link
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@travjenkins travjenkins merged commit b73b60d into master Feb 5, 2025
15 checks passed
@travjenkins travjenkins deleted the Brenosalv/feature/650-dont-full-uppercase-blog-post-and-success-story-titles branch February 5, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't full uppercase blog post and success story titles
2 participants