File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
overrides/assets/stylesheets Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,9 @@ a.md-header__button.md-logo img {
408408.md-footer {
409409 color : var (--md-typeset-a-color );
410410 background-color : var (--md-primary-fg-color--dark );
411+ margin : 0 ;
412+ padding : 0 ;
413+ box-sizing : border-box;
411414}
412415
413416.md-footer .md-footer-copyright {
@@ -417,12 +420,16 @@ a.md-header__button.md-logo img {
417420.md-footer-meta {
418421 background-color : var (--md-footer-bg-color );
419422 width : 100% ;
423+ margin : 0 ;
424+ padding : 0 ;
425+ box-sizing : border-box;
420426}
421427
422428.md-footer-meta__inner {
423429 display : flex;
424430 flex-direction : row;
425- margin : 0.5rem 1.5rem ;
431+ margin : 0 ;
432+ padding : 0.5rem 1.5rem ;
426433}
427434
428435.footer-links {
Original file line number Diff line number Diff line change @@ -524,13 +524,18 @@ div.components-content {
524524/* No next/prev links on home page so make sure next/prev area of footer collapses nicely */
525525footer nav .md-footer__inner {
526526 padding : 0 ;
527+ margin : 0 ;
528+ box-sizing : border-box;
527529}
528530
529531.md-footer-meta {
530- padding : 1em 0 ;
532+ padding : 0 ;
533+ margin : 0 ;
534+ box-sizing : border-box;
531535}
532536
533537.md-footer-copyright {
538+ margin : 0 ;
534539 margin-right : 18px ;
535540}
536541
You can’t perform that action at this time.
0 commit comments