add vertical space between portfolio headings and content
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-25 20:49:43 +05:00
parent 5237877b4a
commit dfcd2507f2
1 changed files with 4 additions and 0 deletions

View File

@ -219,4 +219,8 @@ html, body {
padding-bottom: 88px;
width: inherit;
}
.category-portfolio .wp-site-blocks h2 {
margin-block: 40px !important;
}
}