
The Chinese-run business has well and truly disrupted the industry and has slowly emerged as one of the most vital paid social media channels for businesses to invest in. There’s little doubt that TikTok’s popularity is only growing stronger as the years go by.
Right now, there is a real opportunity for brands to leverage this growing popularity by investing in this platform and becoming leaders in their industry on this social media platform.
TikTok is an ever-evolving platform that can provide brands with massive opportunities to get themselves seen by their target audience and it’s a big part of our client’s social strategies here at Embryo.
Our paid social team has expert knowledge of TikTok and extensive experience in creating and executing highly effective strategies on the platform that drive excellent results for our clients. Get in touch with us today.
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/vendor/rfs";
.block-split-text {
@include padding-top(rem-calc(100));
@include padding-bottom(rem-calc(100));
:has(.content-intro):has(.content-right-col) {
.row.intro-row {
margin-bottom: rem-calc(12);
@include bp($lg) {
margin-bottom: rem-calc(24);
}
}
}
.header{
overflow: visible;
}
:has(.content-intro):has(.content-left-col) {
.row.intro-row {
margin-bottom: rem-calc(32);
@include bp($lg) {
margin-bottom: rem-calc(64);
}
}
}
.content-left-col {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1.5rem;
&.layout-image-top {
flex-direction: column-reverse;
}
}
.content-row {
@include bp($md) {
justify-content: space-between;
}
&.layout-reverse {
@include bp($md) {
flex-direction: row-reverse;
}
}
}
picture {
display: flex;
flex-direction: column;
border-radius: rem-calc(20);
overflow: hidden;
}
}
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "strategiq/split-text",
"title": "Split text",
"description": "Split text block",
"category": "strategiq",
"icon": "strategiq",
"acf": {
"mode": "preview",
"renderTemplate": "block-split-text.php"
},
"supports": {
"anchor": true,
"align": false,
"color": {
"background": true,
"text": false,
"gradients": true
},
"spacing": {
"padding": [
"top",
"bottom"
],
"margin": [
"top",
"bottom"
]
}
},
"example": {
"attributes": {
"mode": "preview",
"data": {
"heading_type": "h2",
"heading_text": "Example - Example",
"content": "This is some example content to represent what the content will look like"
}
}
},
"style": "file:../../assets/css/split-text/block-split-text.css"
}