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

Header text corrections #46

Merged
merged 6 commits into from Oct 25, 2022
Merged

Header text corrections #46

merged 6 commits into from Oct 25, 2022

Conversation

daniellemaxwell
Copy link
Contributor

@daniellemaxwell daniellemaxwell commented Oct 24, 2022

Scope of changes

Updated the header so that text remains centered as screen size increased. Adjusted text to be more in line with rotational.io.

Fixes SC-10470 & SC-10475

Type of change

  • new feature
  • bug fix
  • documentation
  • testing
  • technical debt
  • other (describe)

Acceptance criteria

Describe how reviewers can test this change to be sure that it works correctly. Add a checklist if possible.

Author checklist

  • I have manually tested the change and/or added automation in the form of unit tests or integration tests
  • I have updated the dependencies list
  • I have recompiled and included new protocol buffers to reflect changes I made
  • I have added new test fixtures as needed to support added tests
  • Check this box if a reviewer can merge this pull request after approval (leave it unchecked if you want to do it yourself)
  • I have moved the associated Shortcut story to "Ready for Review"

Reviewer(s) checklist

  • Any new user-facing content that has been added for this PR has been QA'ed to ensure correct grammar, spelling, and understandability.

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #10470: The header container should fit the body.

@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Merging #46 (a33d4c4) into main (65bed49) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #46   +/-   ##
=======================================
  Coverage   52.32%   52.32%           
=======================================
  Files          47       47           
  Lines        3232     3232           
=======================================
  Hits         1691     1691           
  Misses       1359     1359           
  Partials      182      182           
Flag Coverage Δ
unittests 52.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@daniellemaxwell daniellemaxwell marked this pull request as ready for review October 24, 2022 22:25
@daniellemaxwell daniellemaxwell requested review from masskoder and removed request for bbengfort October 25, 2022 14:38
Copy link
Contributor

@masskoder masskoder left a comment

Choose a reason for hiding this comment

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

Looks good 👍 . well done. just a few suggestions if you can a get chance to check that out.

<h1 className="pb-1 text-xl sm:text-3xl md:text-6xl xl:text-7xl">Ensign</h1>
<h2 className="font-light text-base sm:text-base md:text-2xl lg:text-4xl">Powering Realtime Experiences</h2>
<h2 className="font-light text-base sm:text-base md:text-2xl lg:text-4xl">&amp; Data-driven Apps</h2>
<section className="text-white xl:max-w-7xl mx-auto">
Copy link
Contributor

Choose a reason for hiding this comment

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

what do you think if you use max-w-7xl on all screens?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! I've made the change.

<Main />
<Diagram />
<BuildApps />
<div className="max-w-xl pl-2 pb-20 mx-auto sm:max-w-2xl lg:max-w-3xl xl:max-w-6xl">
Copy link
Contributor

Choose a reason for hiding this comment

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

can you try max-w-7xl instead?

@daniellemaxwell daniellemaxwell merged commit 5a5b29c into main Oct 25, 2022
@daniellemaxwell daniellemaxwell deleted the sc-10470/header-container branch October 25, 2022 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants