@AlishaSoSubmitted about 3 years ago
I'm pretty sure that a lot of the CSS added to size and/or align certain things is not the most optimized solution, if anyone could give me some feedback on that I'd appreciate it!
I'm pretty sure that a lot of the CSS added to size and/or align certain things is not the most optimized solution, if anyone could give me some feedback on that I'd appreciate it!
Instead of adding so much padding to the button, you could make the parent display flex and flex-direction column, so that the button automatically goes full length. You would then probably also have to add padding to the container and instead of adding the margin to each component separately you could add a flex gap.