This commit is contained in:
		| @@ -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)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user