-
-
Notifications
You must be signed in to change notification settings - Fork 841
Update Wins About page,1835 #1870
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
Update Wins About page,1835 #1870
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good!
@hackforla/website-merge What is the next step here ? |
This needs a second reviewer, ideally not me, since I do need to leave space for other members to also practice reviewing PRs. If the issue is not particularly urgent, could this be left for another day? Is there a soft or hard time frame for a second review after the approval of a first reviewer? |
It definitely can be, but it would decrease overall velocity.If i recall last nights backend meeting conversation with Bonnie, reducing velocity is not favoured.
Not that I am aware of. 24 hours ? imho,
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You did a really good job matching the Figma design for the desktop view. I just have one suggestion.
This is the figma design in mobile view (iPhone X)
This is the same section in mobile view (iPhone X) on your branch
@anonymousanemone notice the card on your branch is currently shorter on the left/right side and not the same length as the text above it? Can you make sure the card matches the Figma design in mobile (iPhone 8-11)? It looks you may need to decrease the card margin (left/right) in mobile view.
Thank you.
@anonymousanemone. After doing a bit of research, I may have found the reason why it looks shrunk. The As you can see, the width of this element is 307px. But the intrinsic size for this is 338px. so it seems like we have a 31px border of extra space. We basically need to remove it. From my research within this CSS tricks article on svg, it seems like we don't have very much control of the styling of an SVG when it is nested in a We can discuss a solution with @akibrhast @Aveline-art @averdin2 and @jbubar tonight to see if we can come up with a solution at the meeting tonight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aveline-art It seems like the SVG space is a medium separate issue. I created #1908 and moved all the relevant information over there. All your current changes look good @anonymousanemone. Thank you for your patience and understanding.
Fixes #1835
What changes did you make and why did you make them ?
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Visuals before changes are applied
Visuals after changes are applied