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");
603603 grid-column: 3 / 6;
604604 position: relative;
605605 display: block;
606-
607- & ::after {
606+ }
607+ .posters ::after {
608608 content: "";
609609 display: block;
610610 /*padding: 4px 8px;*/
611611 }
612612
613- h2
613+ .posters h2
614614 {
615615 background: linear-gradient(#F8F7F6, #F2E2D3 );
616616 padding: 4px 8px;
@@ -620,18 +620,17 @@ const dateText = format(date, "eeee - do MMMM");
620620 font-size: 0.8em;
621621 }
622622
623- > div {
623+ .posters > div {
624624 display: flex;
625625
626626 & > :global(*) {
627627 flex: 1;
628628 }
629629 }
630630
631- & :global(.session.poster) {
631+ .posters :global(.session.poster) {
632632 display: flex;
633633 }
634- }
635634 }
636635</style >
637636
You can’t perform that action at this time.
0 commit comments