Skip to content

Commit a141823

Browse files
remove skew
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent ef7c3fd commit a141823

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/sections/Meshery/Features-section/features-section.style.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import styled from "styled-components";
33
const FeaturesSectionWrapper = styled.section`
44
55
background-color: black;
6-
transform: skew(0deg, -6deg);
7-
padding-bottom:5rem;
8-
margin-bottom: 8rem;
6+
transform: none;
7+
padding-bottom: 5rem;
8+
margin-bottom: 4rem;
99
overflow: hidden;
1010
position: relative;
1111
width: 100%;
@@ -54,7 +54,7 @@ const FeaturesSectionWrapper = styled.section`
5454
}
5555
5656
.section-data {
57-
transform: skew(0deg, 6deg);
57+
transform: none;
5858
padding: 0 1rem 3rem;
5959
text-align: center;
6060
position: relative;

0 commit comments

Comments
 (0)