File tree Expand file tree Collapse file tree 3 files changed +17
-52
lines changed Expand file tree Collapse file tree 3 files changed +17
-52
lines changed Original file line number Diff line number Diff line change @@ -338,53 +338,6 @@ body {
338
338
margin-bottom : 16px ;
339
339
}
340
340
341
- /* Companies section for only "Currently in use" (this section acts differently than customer logos in the "About" section of the site) */
342
-
343
- /* Section-center is used to center the companies on the home page & get rid of padding on left associated with ul*/
344
- .section-center {
345
- text-align : center ;
346
- }
347
-
348
- .companies {
349
- display : flex ;
350
- flex-direction : row ;
351
- flex-wrap : wrap ;
352
- justify-content : center ;
353
- align-items : center ;
354
- padding : 0 ;
355
- margin : 0 ;
356
- }
357
-
358
- .companies li {
359
- -moz-box-sizing : border-box ;
360
- -webkit-box-sizing : border-box ;
361
- box-sizing : border-box ;
362
- display : inline-block ;
363
- padding : 3% ;
364
- vertical-align : middle ;
365
- width : 18% ;
366
- }
367
-
368
- .companies .col img {
369
- display : block ;
370
- width : 100% ;
371
- max-height : 60px ;
372
- }
373
-
374
- .greydout {
375
- -webkit-transition : all .05s ease ;
376
- -moz-transition : all .05s ease ;
377
- -ms-transition : all .05s ease ;
378
- -o-transition : all .05s ease ;
379
- transition : all .05s ease ;
380
- }
381
-
382
- .greydout :hover {
383
- -webkit-opacity : 0.65 ;
384
- -moz-opacity : 0.65 ;
385
- opacity : 0.65 ;
386
- }
387
-
388
341
/* JupyterHub section on front page */
389
342
/* Feature-middle is for the JupyterHub features that are in the middle that need to be offset to sit on the track */
390
343
.feature-middle {
@@ -603,9 +556,6 @@ body {
603
556
font-size : 15pt ;
604
557
line-height : 25pt ;
605
558
}
606
- .companies li {
607
- width : 23% ;
608
- }
609
559
}
610
560
611
561
/* all elements in .containers that have a anchor
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ ul.logogrid {
16
16
padding : 3% ;
17
17
vertical-align : middle ;
18
18
width : 23% ;
19
+ & .small {
20
+ width : 18% ;
21
+ }
19
22
@media (max-width : 768px ) {
20
23
width : 30% ;
21
24
padding : 4% ;
@@ -27,4 +30,16 @@ ul.logogrid {
27
30
margin : 0 ;
28
31
}
29
32
}
33
+ .greydout {
34
+ -webkit-transition : all .05s ease ;
35
+ -moz-transition : all .05s ease ;
36
+ -ms-transition : all .05s ease ;
37
+ -o-transition : all .05s ease ;
38
+ transition : all .05s ease ;
39
+ }
40
+ .greydout :hover {
41
+ -webkit-opacity : 0.65 ;
42
+ -moz-opacity : 0.65 ;
43
+ opacity : 0.65 ;
44
+ }
30
45
}
Original file line number Diff line number Diff line change @@ -401,9 +401,9 @@ <h4 class="nb-desc">
401
401
< div class ="container ">
402
402
< div class ="row ">
403
403
< h3 class ="section-header "> {{ page.in_use.headline }}</ h3 >
404
- < ul class ="companies ">
404
+ < ul class ="logogrid ">
405
405
{% for li in page.in_use.companies %}
406
- < li class ="col ">
406
+ < li class ="small ">
407
407
< a href ="{{ li.href }} ">
408
408
< img src ="{{ li.src }} " class ="greydout " alt ="{{ li.alt }} " loading ="lazy ">
409
409
</ a >
You can’t perform that action at this time.
0 commit comments