fix: remove hero section red border

This commit is contained in:
Hossein Mehrabi 2023-09-01 19:29:34 +03:30
parent 98ecc1517d
commit 9e69794e59
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1

View File

@ -86,7 +86,6 @@ const Border = styled.div`
line-height: 0; line-height: 0;
height: 0; height: 0;
width: calc(100% - 2 * var(--main-content-padding)); width: calc(100% - 2 * var(--main-content-padding));
background: red;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: var(--main-content-padding); left: var(--main-content-padding);