diff --git a/packages/frontend/app/templates/About/components/Testimonials/Testimonials.styled.js b/packages/frontend/app/templates/About/components/Testimonials/Testimonials.styled.js index 1c19fe71..aa22a43c 100644 --- a/packages/frontend/app/templates/About/components/Testimonials/Testimonials.styled.js +++ b/packages/frontend/app/templates/About/components/Testimonials/Testimonials.styled.js @@ -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; }