Fix: Login.gov button width on Tablet #1608
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #1574
What is the problem anyway?
At this specific range of widths (1279px - 992px), the Login.gov button breaks into 2 lines in a way that is not part of the design.
The button should only exist in 2 designs, as shown on Figma:
What this PR does
start.html
so that I can adjust the columns for thestart--seniors
includes only, but keep the rest the same.col-3
tocol-4
to allow for the button to remain at width: 289px as the window scales down from 1279px to the maximum of 992px. Add flex-box classes and a max-width declaration so that the button stays at the proper width and also is right-aligned. This widening is a one-off for this includes with the Login.gov button only. Not to be done for anything else.How to test
Documentation: Sign into Login.gov button specs
Desktop/Tablet
Mobile