We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc43c7 commit ece8a25Copy full SHA for ece8a25
_sass/announcement.scss
@@ -7,14 +7,14 @@
7
}
8
9
.hero-content {
10
- top: $mobile_header_height + 40px;
+ top: $mobile_header_height + 80px;
11
height: 250px;
12
position: relative;
13
margin-bottom: 120px;
14
justify-content: center;
15
16
@include desktop {
17
- top: $mobile_header_height + 100px;
+ top: $mobile_header_height + 110px;
18
height: 350px;
19
20
join.html
@@ -11,9 +11,6 @@
<div class="col-md-10">
<h1 class="small">Join the PyTorch Foundation</h1>
<p class="lead pt-3">Become part of a thriving community in the booming global AI market</p>
- <a href="{{ site.baseurl }}/get-started" class="btn btn-lg with-right-arrow btn-white" data-cta="get-started">
- Apply for Membership
- </a>
</div>
0 commit comments