diff --git a/assets/css/screen.css b/assets/css/screen.css index 4eabe3c..a6e2cec 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2782,7 +2782,7 @@ figcaption a { /* 21.2. Footer bar */ -.gh-footer-bar { +.gh-footer-inner .gh-inner .gh-footer-bar { display: grid; grid-template-columns: 1fr; justify-content: center; @@ -2794,6 +2794,17 @@ figcaption a { border-block: 1px solid var(--color-border); } +.gh-footer-bar { + display: flex; + justify-content: center; + align-items: center; + /* column-gap: 32px; */ + margin-bottom: 100px; + padding-block: 28px; + font-weight: 550; + border-block: 1px solid var(--color-border); +} + .gh-footer-logo { position: relative; font-size: calc(2.4rem * var(--factor, 1));