Fix accessibility issues for keyboard-only users, and fix some Safari bugs #268
Merged
a3thakra
merged 6 commits from amy-keyboard-accessibility
into main
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'amy-keyboard-accessibility'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Also fixed a couple of Safari-specific bugs. Summary:
Closes #250
Closes #248
Closes #253
Closes #256
Closes #261
✅
✅ Do it! It looks much better than what it is right now, also much more consistent with the rest of the website!
✅
✅
✅
I can't test on Safari, so let's
assign this PR to someoneadd a reviewer who has a mac. Then they could approve this PR if everything looks good, and we can merge!Fix accessibility issues for keyboard-only usersto Fix accessibility issues for keyboard-only users, and fix some Safari bugs 2 years ago.container {
flex-direction: column-reverse;
justify-content: space-around;
gap: calc(4rem / 16);
I would increase the gap to 1rem, and also increase the padding on the .footer to 1rem
Update: I tested it on my roommate's mac.
8d43bf260d
into main 2 years agoReviewers
8d43bf260d
.