Skip to content

Commit 7cad76e

Browse files
committed
homepage update
1 parent bf490d6 commit 7cad76e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

public/styles.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,13 @@ color: var(--prom-26-text);
593593
font-size: calc(var(--large-text) * 0.3);
594594

595595
}
596-
596+
.prom-26 .ticket-pill {
597+
color: black !important;
598+
background-color: white;
599+
padding: 0.3em;
600+
border-radius: 0.75em;
601+
font-size: 0.75em;
602+
}
597603
.prom-26.session .title.class{
598604
font-size: calc(var(--large-text) * 1.2);
599605
}

public/templates/index.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@
279279

280280
</div>
281281
<div class="bottom">
282-
<h4 class="details">June 20-21 <span class="dot">·</span>Roulette, Brooklyn, NY<span class="dot">·</span> A prom, a graduation, a fundraiser, a community celebration</h4>
282+
<h4 class="details">June 20-21<span class="dot"> · </span>Roulette, Brooklyn, NY<span class="dot"> · </span>A prom, a graduation, a fundraiser, a community celebration</h4>
283+
<h4 ><span class="ticket-pill">Tickets on sale now</span></h4>
283284
</div>
284285
</div>
285286
</div>

0 commit comments

Comments
 (0)