Skip to content

Commit b7d089e

Browse files
committed
looking good
1 parent 2c9fd42 commit b7d089e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="main-hero-meetup"
44
target="_blank"
55
rel="noopener">
6-
<div>
6+
<div class="content">
77
<p class="invite">
88
Joins us <span class="orange">&nbsp;Wed April 14th</span>
99
</p>

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
display: grid;
1010
grid-gap: 2rem;
1111
margin: 1rem 0 2rem;
12-
grid-template-columns: repeat(2, 1fr);
12+
grid-template-columns: repeat(3, 1fr);
1313
cursor: pointer;
1414
text-decoration: none;
1515
border: none;
@@ -19,6 +19,10 @@
1919
color: var(--white);
2020
}
2121

22+
.main-hero-meetup .content {
23+
grid-column: 1 / span 2;
24+
}
25+
2226
.main-hero-meetup .invite {
2327
margin: 0;
2428
font-size: 1rem;

0 commit comments

Comments
 (0)