Skip to content

Commit b436e01

Browse files
committed
Update for posters.
1 parent 568e6ad commit b436e01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/schedule/day.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ const dateText = format(date, "eeee - do MMMM");
489489
.posters {
490490
text-align: center;
491491
display: none;
492+
border:2px solid #bb7332;
493+
border-radius: 10px;
492494
}
493495

494496

@@ -584,7 +586,7 @@ const dateText = format(date, "eeee - do MMMM");
584586
&::after {
585587
content: "";
586588
display: block;
587-
padding: 4px 8px;
589+
/*padding: 4px 8px;*/
588590
}
589591

590592
h2,

0 commit comments

Comments
 (0)