Skip to content

Commit dd92a7d

Browse files
fix: put 3.5rem on cfp button, not content area
1 parent 6ce4507 commit dd92a7d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/LaunchSpeakers.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const launchSpeakers = [
6767

6868
<Button
6969
as="a"
70+
class="cfp-button"
7071
href={links.cfp}
7172
size="large"
7273
target="_blank"
@@ -82,7 +83,6 @@ const launchSpeakers = [
8283
display: flex;
8384
flex-direction: column;
8485
gap: 2rem;
85-
padding-bottom: 3.5rem;
8686
}
8787

8888
.launch-speakers-description {
@@ -95,4 +95,8 @@ const launchSpeakers = [
9595
margin-top: 3.5rem;
9696
text-align: center;
9797
}
98+
99+
.cfp-button {
100+
margin-bottom: 3.5rem;
101+
}
98102
</style>

0 commit comments

Comments
 (0)