Skip to content

Commit 5cf6de3

Browse files
committed
Copy adding a time
1 parent 76477c3 commit 5cf6de3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/components/main-hero/meetup/template.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
rel="noopener">
66
<div class="content">
77
<p class="invite">
8-
Join us <span class="orange">&nbsp;Wednesday April 14th</span>
8+
Join us
9+
<span class="orange">&nbsp;Wednesday April 14th</span>
10+
<span class="small">&nbsp;&nbsp;4:30pm pst</span>
911
</p>
1012
Ember Fastboot SSR & Beyond Meetup
1113
</div>

app/styles/components/main-hero-meetup.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
grid-column: 1 / span 2;
2424
}
2525

26+
.main-hero-meetup .small {
27+
font-size: 90%;
28+
}
29+
2630
.main-hero-meetup .invite {
2731
margin: 0;
2832
font-size: 1rem;

0 commit comments

Comments
 (0)