File tree 3 files changed +29
-12
lines changed 3 files changed +29
-12
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ a, .btn {
164
164
}
165
165
}
166
166
167
- .bg-medium-grey {
168
- background-color : $medium_grey ;
169
- }
170
-
171
167
.bg-very-light-grey {
172
168
background-color : $very_light_grey ;
173
169
}
Original file line number Diff line number Diff line change 107
107
}
108
108
109
109
.community-module {
110
- .card-body {
110
+ background-color : $light_grey ;
111
+
112
+ .ecosystem-card {
113
+ height : auto ;
114
+
111
115
@include small-desktop {
112
116
padding : rem (10px );
113
117
}
114
118
}
115
119
116
- .module-button {
117
- margin-top : rem (10px );
118
- }
119
-
120
120
h2 {
121
121
margin-bottom : rem (20px );
122
122
}
123
123
124
+ .h2-subheadline {
125
+ margin-bottom : rem (50px );
126
+ }
127
+
128
+ .card-body {
129
+ @include small-desktop {
130
+ padding : rem (10px );
131
+ }
132
+ }
133
+
134
+ .module-button {
135
+ color : $slate ;
136
+ }
137
+
124
138
p {
125
139
margin-bottom : rem (40px );
126
140
letter-spacing : 0.25px ;
129
143
.module-subtext {
130
144
margin-right : rem (250px );
131
145
}
146
+
147
+ .email-subscribe-form input .email {
148
+ border-bottom : 1px solid #d6d7d8 ;
149
+ font-size : rem (20px );
150
+ line-height : 0 ;
151
+ padding-bottom : rem (12px );
152
+ }
132
153
}
133
154
134
155
.community-avatar {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h5>{{ feature.title }}</h5>
41
41
</ div >
42
42
</ div >
43
43
44
- < div class ="homepage-feature-module community-module container-fluid bg-medium-grey ">
44
+ < div class ="homepage-feature-module community-module container-fluid ">
45
45
< div class ="container ">
46
46
< div class ="row ">
47
47
< div class ="col-md-12 ">
@@ -53,7 +53,7 @@ <h2>Ecosystem </h2>
53
53
54
54
</ div >
55
55
< div class ="col-md-8 ">
56
- < p > Explore a rich ecosystem of libraries, tools, and more to support development.</ p >
56
+ < p class =" h2-subheadline " > Explore a rich ecosystem of libraries, tools, and more to support development.</ p >
57
57
</ div >
58
58
</ div >
59
59
@@ -82,7 +82,7 @@ <h2>Community</h2>
82
82
83
83
</ div >
84
84
< div class ="col-md-8 ">
85
- < p > Join the PyTorch developer community to contribute, learn, and get your questions answered.</ p >
85
+ < p class =" h2-subheadline " > Join the PyTorch developer community to contribute, learn, and get your questions answered.</ p >
86
86
</ div >
87
87
</ div >
88
88
You can’t perform that action at this time.
0 commit comments