
Head of Paid Social

Paid Social Manager

Paid Social Manager

Senior Paid Social Manager
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/vendor/rfs";
.block-team-grid {
@include padding-top(rem-calc(120));
padding-bottom: rem-calc(0);
.tax-team & {
margin-top: 0.5rem;
}
@include bp($xl) {
padding-bottom: rem-calc(5);
}
&__team-members {
margin-top: rem-calc(52);
@include bp($lg){
margin-top: rem-calc(100);
}
}
}
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "strategiq/team-grid",
"title": "Team grid",
"description": "Team grid block",
"category": "strategiq",
"icon": "strategiq",
"acf": {
"mode": "preview",
"renderTemplate": "block-team-grid.php"
},
"supports": {
"anchor": true,
"align": false,
"color": {
"background": true,
"text": false,
"gradients": true
},
"spacing": {
"padding": [
"top",
"bottom"
],
"margin": [
"top",
"bottom"
]
}
},
"style": "file:../../assets/css/team-grid/block-team-grid.css"
}