We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76477c3 commit 5cf6de3Copy full SHA for 5cf6de3
2 files changed
app/components/main-hero/meetup/template.hbs
@@ -5,7 +5,9 @@
5
rel="noopener">
6
<div class="content">
7
<p class="invite">
8
- Join us <span class="orange"> Wednesday April 14th</span>
+ Join us
9
+ <span class="orange"> Wednesday April 14th</span>
10
+ <span class="small"> 4:30pm pst</span>
11
</p>
12
Ember Fastboot SSR & Beyond Meetup
13
</div>
app/styles/components/main-hero-meetup.css
@@ -23,6 +23,10 @@
23
grid-column: 1 / span 2;
24
}
25
26
+.main-hero-meetup .small {
27
+ font-size: 90%;
28
+}
29
+
30
.main-hero-meetup .invite {
31
margin: 0;
32
font-size: 1rem;
0 commit comments