@cshorgSubmitted almost 2 years ago
If anyone has tips please let me know! Thanks.
If anyone has tips please let me know! Thanks.
It is a good looking version if it, but I would recommend for simplicity split out the files or individual components that make up the entire page. A great strength of scss and React is to be able to split or make code "modular".
Styling that could be split and made more readable by individual files. Components that could be split and import their individual scss files.
For your rating class you are using space-evenly
where to match the design I'd recommend using space-between
.