File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -497,8 +497,7 @@ body {
497
497
.docs-footer {
498
498
border-top : 1px solid # ddd ;
499
499
margin-top : 50px ;
500
- padding-top : 30px ;
501
- padding-bottom : 30px ;
500
+ padding : 30px 20px ;
502
501
color : # 777 ;
503
502
font-size : 14px ;
504
503
text-align : center;
@@ -531,6 +530,8 @@ body {
531
530
.docs-footer-text {
532
531
width : 550px ;
533
532
margin : 0 auto;
533
+ padding-left : 0 ;
534
+ padding-right : 0 ;
534
535
}
535
536
}
536
537
.docs-footer-links {
Original file line number Diff line number Diff line change @@ -505,8 +505,7 @@ body {
505
505
.docs-footer {
506
506
border-top : 1px solid #ddd ;
507
507
margin-top : 50px ;
508
- padding-top : 30px ;
509
- padding-bottom : 30px ;
508
+ padding : 30px 20px ;
510
509
color : #777 ;
511
510
font-size : 14px ;
512
511
text-align : center ;
@@ -540,6 +539,8 @@ body {
540
539
.docs-footer-text {
541
540
width : 550px ;
542
541
margin : 0 auto ;
542
+ padding-left : 0 ;
543
+ padding-right : 0 ;
543
544
}
544
545
}
545
546
.docs-footer-links {
You can’t perform that action at this time.
0 commit comments