Hi, I'm trying to adjust the height of the section using a slanted shape. I've used the following css and happy with what it looks like now, but want to decrease the height so it's more narrow (approx. 2 rows). Can anyone help, please? Thank you!
section[data-section-id="669917ed798c482878a6814a"] {
.content-wrapper {
padding-right: 0!important;
padding-left: 0!important;
margin-top: 0!important;
transform: rotate(7deg) scale(1.09);
}
.sqs-row {
margin: 0!important;
}
.sqs-block {
padding: 0!important;
}
}