Replaced:
fxLayout="row" with flex flex-row
fxLayoutAlign="start center" with justify-start items-center
fxLayout="column" with flex flex-col
fxLayoutAlign="center start" with justify-center items-start
Testing Checklist:
[x] Tested in latest Chrome
[x] Tested in latest Safari
[x] Tested in latest Firefox
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have requested a review from @macite and @jakerenzella on the Pull Request
This also needs closing, you can not submit a PR upstream like this it has not met any of the requirements for a PR and should only be in the Thoth Tech repo if not done correctly.
Description
Replaced: fxLayout="row" with flex flex-row fxLayoutAlign="start center" with justify-start items-center fxLayout="column" with flex flex-col fxLayoutAlign="center start" with justify-center items-start
Testing Checklist:
Checklist: