This commit is contained in:
parent
47a9d8e9a4
commit
3a0dff8de7
@ -2782,7 +2782,7 @@ figcaption a {
|
|||||||
|
|
||||||
/* 21.2. Footer bar */
|
/* 21.2. Footer bar */
|
||||||
|
|
||||||
.gh-footer-bar {
|
.gh-footer-inner .gh-inner .gh-footer-bar {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -2794,6 +2794,17 @@ figcaption a {
|
|||||||
border-block: 1px solid var(--color-border);
|
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 {
|
.gh-footer-logo {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: calc(2.4rem * var(--factor, 1));
|
font-size: calc(2.4rem * var(--factor, 1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user