34 lines
559 B
CSS
34 lines
559 B
CSS
.story-timeline-step {
|
|
@apply max-w-screen-xl mx-auto !pb-24;
|
|
|
|
&__year {
|
|
@apply text-center text-primary !font-bold flex items-center justify-center gap-6 tracking-widest !pb-12;
|
|
|
|
&:after,
|
|
&:before {
|
|
content: '';
|
|
@apply block w-full bg-primary;
|
|
height: 1px;
|
|
}
|
|
}
|
|
|
|
&__innerblocks {
|
|
p {
|
|
@apply mt-0;
|
|
}
|
|
}
|
|
|
|
.wp-block-image {
|
|
img {
|
|
@apply grayscale;
|
|
&:hover {
|
|
@apply grayscale-0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wp-block-columns {
|
|
@apply !mb-16;
|
|
}
|
|
}
|