Increase the top height on the chart of space usage
Hi, thank you for creating this cool template, but I think it would be better if the height of the space usage chart was increased a little. Because it is too close to the username.
BEFORE

AFTER

Thanks
Hi, thanks for the correction. It looks like something like this happens on screens that are equal to or larger than 1920 x 1080. This is caused by the image overflowing of the wrapper.
I've reviewed your commit change and I think you shouldn't need to change the height because this problem comes from the image not from the wrapper.
If you don't mind you can add a class h-full to the image instead of increasing the height of the wrapper so the image doesn't overflow from the wrapper and fit to every screen size.
And please use commit convention (semantic commit) so the commit changes in this repository look consistent. You can also use gitmoji to describe what you have done.
These links might helpful: