Skip to content

Commit a9d3829

Browse files
revert skew
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent 8295915 commit a9d3829

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: none;
7-
padding-bottom: 3rem;
8-
margin-bottom: 2rem;
6+
transform: skew(0deg, -6deg);
7+
padding-bottom: 5rem;
8+
margin-bottom: 8rem;
99
overflow: hidden;
1010
position: relative;
1111
width: 100%;
@@ -55,7 +55,7 @@ const FeaturesSectionWrapper = styled.section`
5555
}
5656
5757
.section-data {
58-
transform: none;
58+
transform: skew(0deg, 6deg);
5959
padding: 0 1rem 3rem;
6060
text-align: center;
6161
position: relative;

0 commit comments

Comments
 (0)