Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgrym committed Apr 22, 2024
1 parent 669485c commit b075468
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ import styled from "@emotion/styled"

export const Wrapper = styled.div`
padding: 120px 0;
/* background: linear-gradient(
180deg,
rgba(255, 255, 255, 0) -64.46%,
#faf4f4 109.44%,
rgba(255, 255, 255, 0) 283.33%
),
#ffffff; */
${({ theme }) => theme.breakpoints.tabletLg} {
padding: 100px 0;
}
Expand Down

0 comments on commit b075468

Please sign in to comment.