We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e964dcd commit 1f61b2dCopy full SHA for 1f61b2d
src/components/schedule/day.astro
@@ -603,14 +603,14 @@ const dateText = format(date, "eeee - do MMMM");
603
grid-column: 3 / 6;
604
position: relative;
605
display: block;
606
-
607
- &::after {
+ }
+ .posters::after {
608
content: "";
609
610
/*padding: 4px 8px;*/
611
}
612
613
- h2
+ .posters h2
614
{
615
background: linear-gradient(#F8F7F6, #F2E2D3 );
616
padding: 4px 8px;
@@ -620,18 +620,17 @@ const dateText = format(date, "eeee - do MMMM");
620
font-size: 0.8em;
621
622
623
- > div {
+ .posters > div {
624
display: flex;
625
626
& > :global(*) {
627
flex: 1;
628
629
630
631
- & :global(.session.poster) {
+ .posters :global(.session.poster) {
632
633
634
- }
635
636
</style>
637
0 commit comments