File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -603,14 +603,14 @@ const dateText = format(date, "eeee - do MMMM");
603
603
grid-column: 3 / 6;
604
604
position: relative;
605
605
display: block;
606
-
607
- & ::after {
606
+ }
607
+ .posters ::after {
608
608
content: "";
609
609
display: block;
610
610
/*padding: 4px 8px;*/
611
611
}
612
612
613
- h2
613
+ .posters h2
614
614
{
615
615
background: linear-gradient(#F8F7F6, #F2E2D3 );
616
616
padding: 4px 8px;
@@ -620,18 +620,17 @@ const dateText = format(date, "eeee - do MMMM");
620
620
font-size: 0.8em;
621
621
}
622
622
623
- > div {
623
+ .posters > div {
624
624
display: flex;
625
625
626
626
& > :global(*) {
627
627
flex: 1;
628
628
}
629
629
}
630
630
631
- & :global(.session.poster) {
631
+ .posters :global(.session.poster) {
632
632
display: flex;
633
633
}
634
- }
635
634
}
636
635
</style >
637
636
You can’t perform that action at this time.
0 commit comments