File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3623,6 +3623,8 @@ span.highlighted {
3623
3623
text-align : center;
3624
3624
display : block;
3625
3625
text-align : center; }
3626
+ # sponsorship_application_container form {
3627
+ margin-bottom : 0 ; }
3626
3628
# sponsorship_application_container # package_selection {
3627
3629
display : inline-block; }
3628
3630
# sponsorship_application_container # package_selection li {
@@ -3656,7 +3658,10 @@ span.highlighted {
3656
3658
display : inline-block;
3657
3659
padding : 0.25em ; }
3658
3660
# sponsorship_application_container # benefits_container {
3659
- display : block; }
3661
+ display : block;
3662
+ width : 100vw ;
3663
+ position : relative;
3664
+ left : calc (-50vw + 50% ); }
3660
3665
# sponsorship_application_container # benefits_container .title {
3661
3666
margin : 0 0 1em 0 ;
3662
3667
padding : 0 ;
@@ -3674,7 +3679,7 @@ span.highlighted {
3674
3679
margin-right : 0.5em ;
3675
3680
margin-top : 0.25em ;
3676
3681
margin-bottom : 0.5em ;
3677
- width : 30 % ; }
3682
+ width : 24 % ; }
3678
3683
# sponsorship_application_container # benefits_container .benefits_checkboxes ul {
3679
3684
text-align : left; }
3680
3685
# sponsorship_application_container # benefits_container .benefits_checkboxes ul li {
Original file line number Diff line number Diff line change @@ -2399,6 +2399,10 @@ span.highlighted {
2399
2399
display : block ;
2400
2400
text-align : center ;
2401
2401
2402
+ form {
2403
+ margin-bottom : 0 ;
2404
+ }
2405
+
2402
2406
#package_selection {
2403
2407
display : inline-block ;
2404
2408
li {float : left ;}
@@ -2438,6 +2442,9 @@ span.highlighted {
2438
2442
2439
2443
#benefits_container {
2440
2444
display : block ;
2445
+ width : 100vw ;
2446
+ position : relative ;
2447
+ left : calc (-50vw + 50% );
2441
2448
2442
2449
.title {
2443
2450
margin : 0 0 1em 0 ;
@@ -2458,7 +2465,7 @@ span.highlighted {
2458
2465
margin-right : 0.5em ;
2459
2466
margin-top : 0.25em ;
2460
2467
margin-bottom : 0.5em ;
2461
- width : 30 % ;
2468
+ width : 24 % ;
2462
2469
2463
2470
ul {
2464
2471
text-align : left ;
You can’t perform that action at this time.
0 commit comments