This commit is contained in:
parent
47a9d8e9a4
commit
3a0dff8de7
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user