File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -473,21 +473,27 @@ p.center {
473
473
474
474
ul .sponsors {
475
475
text-align : center ;
476
- margin : 0 ;
476
+ margin : 2em 1em 3em ;
477
+ display : grid ;
478
+ justify-content : center ;
479
+ grid-template-columns : repeat (auto-fill , 10em );
480
+ column-gap : 1.5em ;
481
+ row-gap : 3em ;
477
482
478
483
li {
479
- display : inline-block ;
480
- margin : 1em ;
484
+ display : block ;
481
485
font-family : $headings-font-family ;
482
486
483
487
a {
484
488
@extend .box-design ;
485
- max-width : 10em ;
486
489
text-align : center ;
487
490
text-decoration : none ;
488
491
vertical-align : top ;
489
- min-height : 8em ;
490
492
font-weight : bold ;
493
+ position : relative ;
494
+ display : block ;
495
+ height : 100% ;
496
+ padding-bottom : 1.6em ;
491
497
492
498
> div {
493
499
padding : 1em ;
@@ -498,13 +504,20 @@ ul.sponsors {
498
504
border-radius : 50% ;
499
505
width : 5em ;
500
506
margin : 1em auto 0 ;
501
- border : 3px solid white ;
507
+ filter : drop-shadow (0 1.3px 1.6px rgba (0 ,0 ,0 ,.55 ))
508
+ drop-shadow (0 6.4px 11.2px rgba (0 ,0 ,0 ,.34 ));
502
509
}
503
510
504
511
.metal {
505
512
border-radius : inherit ;
506
513
border-top-left-radius : 0 ;
507
514
border-top-right-radius : 0 ;
515
+
516
+ position : absolute ;
517
+ bottom : 0 ;
518
+ left : 0 ;
519
+ right : 0 ;
520
+ height : 1.3em ;
508
521
}
509
522
510
523
.gold {
You can’t perform that action at this time.
0 commit comments