This commit is contained in:
@@ -2782,20 +2782,8 @@ figcaption a {
|
||||
|
||||
/* 21.2. Footer bar */
|
||||
|
||||
.gh-footer-inner .gh-inner .gh-footer-bar {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
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);
|
||||
}
|
||||
|
||||
footer .gh-footer-bar {
|
||||
display: flex !important;
|
||||
.gh-footer-bar {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
/* column-gap: 32px; */
|
||||
|
Reference in New Issue
Block a user