Components
41
Accordion Block Benifits Grid Block 404 Card Stack Careers Grid Case Study Carousel Case Study Hero Content Columns Content Image Content Image Accordion Content Video Cta Block Example Featured Blog Hero Featured Resource Hero Form Cta Form Hero Full Width Image Homepage Hero Hover List Image Hero Image Mask Image Testimonial Carousel Industry Insights Latest News List Columns Logo Scroller Map Block Post Feed Resource Grid Split Hero Split Text Statement Statistics Row Team Filter Team Grid Testimonial Carousel Testimonial Carousel Text Highlight Tools Grid Two Column List

Team Grid

View example

Meet our content experts

 

Harriet headshot

Harriet Tuite

Head of Paid Social

Suffy headshot

Sufyaan Ravat

Paid Social Manager

Teodora

Teodora Yosifova

Paid Social Manager

Vicky headshot

Vicky Mepstead

Senior Paid Social Manager

There are no ACF fields assigned to this component.

				
@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"
}
There are is no readme file with this component.