Skatepark: Apply paragraph styles only to middle column

This commit is contained in:
Sarah Norris 2021-08-17 14:47:49 +01:00
parent 850b267a7c
commit cd1722e631
2 changed files with 8 additions and 8 deletions

View file

@ -356,14 +356,14 @@
margin: 0 0 calc( var(--wp--custom--margin--vertical) * 0.89) 0;
}
.paragraph-with-quote p {
margin: calc( var(--wp--custom--margin--baseline) * 1.55) 0 0 0;
}
.paragraph-with-quote div:nth-child(2) > p:first-of-type {
text-indent: 9.15em;
}
.paragraph-with-quote div:nth-child(2) p {
margin: calc( var(--wp--custom--margin--baseline) * 1.55) 0 0 0;
}
h1.is-style-skatepark-heading-border, h2.is-style-skatepark-heading-border, h3.is-style-skatepark-heading-border, h4.is-style-skatepark-heading-border, h5.is-style-skatepark-heading-border, h6.is-style-skatepark-heading-border {
display: inline-block;
border-top: 2px solid var(--wp--custom--color--primary);

View file

@ -3,13 +3,13 @@
margin: 0 0 calc( var(--wp--custom--margin--vertical) * 0.89 ) 0;
}
p {
margin: calc( var(--wp--custom--margin--baseline) * 1.55 ) 0 0 0;
}
div:nth-child(2) {
> p:first-of-type {
text-indent: 9.15em;
}
p{
margin: calc( var(--wp--custom--margin--baseline) * 1.55 ) 0 0 0;
}
}
}