Skip to content

Commit

Permalink
No padding at the top option.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimithshetty17 committed Dec 7, 2023
1 parent 73287db commit de5ac19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/stat-with-illustration/stat-with-illustration.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ main .section > .stat-with-illustration-wrapper:last-child {
/* padding-bottom: 0; */
}

main .section > .stat-with-illustration-wrapper:has(.no-padding):first-child {
padding-top: 0;
}

.stat-with-illustration > .stat-with-illustration__inner:first-child .stat-with-illustration__col-1 {
position: relative;
width: 66.6666%;
Expand Down

0 comments on commit de5ac19

Please sign in to comment.