**SOLVED**
Website: https://oval-eagle-2p4y.squarespace.com/
Password: test
How can I remove this border on mobile? I added it with css so it was only 80% wide but I can't seem to get it styled or removed on mobile.
Here's the css I used to add it:
.header-display-desktop
{border-bottom: 1px solid rgba(255,255,255,.4);
padding-bottom: 30px;
}