How to make homepage borderless aka full-width? -Minimal Theme

Hi,

I m trying to make my homepage full width and have no borders. I was able to do it on some of my pages but not the homepage.

Any tips?

My website psycoskateboards.com

@turtleshorts

Please go to Online store → themes → Edit theme → Assets → theme.scss.liquid and paste this code at the end of this file

.wrapper {
    max-width: 100%;
}