Skip to content

Commit 1f61b2d

Browse files
committed
Fix posters
1 parent e964dcd commit 1f61b2d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/components/schedule/day.astro

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)