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

1172 fix faq alignment #1258

Merged
merged 8 commits into from
Mar 25, 2024
Merged

1172 fix faq alignment #1258

merged 8 commits into from
Mar 25, 2024

Conversation

davidwiese
Copy link
Member

Fixes #1172

Changes made

  • Adjusted AppFooter to exactly match and align with AppHeader - otherwise none of the content would be aligned with both
  • Adjusted FAQHeader content width to stay aligned with the AppHeader and AppFooter
  • Adjusted FAQHeader text and image to have correct line numbers and spacing
  • Adjusted FAQContainer content width to stay aligned with the AppHeader and AppFooter

Reason for changes

  • Implementation of the FAQ page did not match design team's wireframes. It has a more polished/professional look and feel now

@davidwiese davidwiese added the ready for dev lead task ready for dev lead to evaluate label Mar 14, 2024
@davidwiese davidwiese linked an issue Mar 14, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@sydneywalcoff sydneywalcoff left a comment

Choose a reason for hiding this comment

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

Hey @davidwiese! This looks really good. I left one request, but it's pretty small.

@@ -48,6 +53,7 @@ const useStyles = makeStyles(({ breakpoints, palette, spacing }) =>

[breakpoints.down(breakpoints.values.md)]: {
flexDirection: 'column',
marginLeft: '-8px',
Copy link
Member

Choose a reason for hiding this comment

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

here as well, please

@sydneywalcoff sydneywalcoff removed the ready for dev lead task ready for dev lead to evaluate label Mar 16, 2024
@davidwiese
Copy link
Member Author

Hey @davidwiese! This looks really good. I left one request, but it's pretty small.

@sydneywalcoff Made adjustments to get everything lined up at all breakpoints without negative margins

@davidwiese davidwiese added the ready for dev lead task ready for dev lead to evaluate label Mar 22, 2024
Copy link
Member

@sydneywalcoff sydneywalcoff left a comment

Choose a reason for hiding this comment

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

@davidwiese looks great! Thank you for making those changes!!

@sydneywalcoff sydneywalcoff merged commit 1b35271 into dev Mar 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for dev lead task ready for dev lead to evaluate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix content misalignment on FAQ page
2 participants