Appz-dk
@Appz-dkAll comments
- @pedrommb7@Appz-dk
You could try:
- setting a max-width of your "advice card".
- Adding justify-content: center (instead of only using align-items: center)
For the mobile version you have to use the mobile version of the divider svg. This can be done with and @media query.
You can if you want, check out my soultion for inspiration (it's made with react).
Also I think there is a abit too much margin between your divider and the button
Hope this helps.
Edit: Maybe also use a <q></q> tag instead of the <blockquote> tag
- @kimagin@Appz-dk
I've noticed that the quotation marks in the design image are different than the default ones in the provided font. What is your best solution to change those quotation marks?
You have to use a <q> </q> tag to get the right quotation marks (Check my solution for inspiration if you want to)
Marked as helpful - @munyite001@Appz-dk
Not feedback really, but I am very curious as to why you're not using functional components ? I honestly thought class based components were not really used anymore.