mitul
@mitulpatel224All comments
- @parmarayushi@mitulpatel224
You can try overwriting font colors for the cards with white backgrounds.
Marked as helpful - @muhammad-medhat@mitulpatel224
Hey, This looks nice. Please find some of my observations. I hope it will be helpful to you!
- Apply @media for responsive UI.
- Apply the default font size in the body. And overwrite it for advice-id elements.
- Class ".advice-id" can be <h1>
- Class ".advice-text" can be <p>. Use <span> for right-quote and left-quote sign.
- @burcinalim@mitulpatel224
You can try setting height as 100% to <html> and <body> Then in <main> tag try flex with justify and align center.
- P@blakelyons@mitulpatel224
👍👍👍
- @iaayush07@mitulpatel224
Issue: After playing multiple games, the App is navigating me for each of the pages I visited (but here are only two)
One possible solution is you can ignore Angular Route history using "replaceUrl".