diff --git a/assets/css/screen.css b/assets/css/screen.css index 5149adf..82b2d50 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2783,8 +2783,8 @@ figcaption a { /* 21.2. Footer bar */ .gh-footer-bar { - display: grid; - grid-template-columns: 1fr auto 1fr; + display: felx; + justify-content: center; align-items: center; column-gap: 32px; margin-bottom: 100px;