cycat-project-website/_sass/components/_strip.scss

16 lines
227 B
SCSS
Raw Normal View History

2018-12-09 08:21:01 +01:00
.strip {
margin-top: 200px;
background: white;
}
.strip-white {
background: white;
}
.strip-diagonal {
transform: skewY(5deg);
padding-bottom: 50px;
margin-bottom: 65px;
> div {
transform: skewY(-5deg);
}
}