File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ a:focus {
288
288
}
289
289
290
290
.content-section {
291
- padding-top : 100 px ;
291
+ padding-top : 60 px ;
292
292
}
293
293
294
294
.intro {
@@ -309,7 +309,6 @@ a:focus {
309
309
.contribute-section {
310
310
width : 100% ;
311
311
padding : 60px 0 ;
312
- padding-top : 120px ;
313
312
color : # fff ;
314
313
background-color : # cd5c5c ;
315
314
-webkit-background-size : cover;
@@ -320,7 +319,7 @@ a:focus {
320
319
321
320
@media (min-width : 767px ) {
322
321
.content-section {
323
- padding-top : 200 px ;
322
+ padding-top : 60 px ;
324
323
}
325
324
}
326
325
@@ -414,7 +413,6 @@ body {
414
413
415
414
.responsive {
416
415
max-width : 100% ;
417
- height : auto;
418
416
}
419
417
420
418
/* https://stackoverflow.com/a/25517025 */
Original file line number Diff line number Diff line change 113
113
<section id="about" class="container content-section">
114
114
<div class="row">
115
115
<div class="col-lg-8 col-lg-offset-2 padded">
116
+ <br/>
117
+ <br/>
116
118
<h2 class="text-center">About conda-forge</h2>
117
119
<p>
118
120
<a href="https://github.com/conda-forge">conda-forge</a> is a GitHub organization containing repositories of conda recipes.
190
192
or watching the following episode of
191
193
<a href="https://www.quansight.com/open-source-directions">Open Source Directions</a>.
192
194
</p>
193
- <p align="center">
194
- <iframe width="560" class="responsive" src="https://www.youtube.com/embed/EWh-BtdYE7M" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
195
- </p >
195
+ <div align="center">
196
+ <iframe width="560" height="315" class="responsive" src="https://www.youtube.com/embed/EWh-BtdYE7M" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
197
+ </div >
196
198
</div>
197
199
</div>
198
200
</section>
199
201
<section class="content-section">
200
202
<div id="contribute" class="contribute-section">
201
203
<div class="container">
202
204
<div class="col-lg-8 col-lg-offset-2">
205
+ <br/>
206
+ <br/>
203
207
<h2 class="text-center">Contributing to conda-forge</h2>
204
208
<div class="text">
205
209
<p>
You can’t perform that action at this time.
0 commit comments