This commit is contained in:
parent
c652ca62a8
commit
8ef092d7ee
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules/*
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2782,20 +2782,8 @@ figcaption a {
|
|||||||
|
|
||||||
/* 21.2. Footer bar */
|
/* 21.2. Footer bar */
|
||||||
|
|
||||||
.gh-footer-inner .gh-inner .gh-footer-bar {
|
.gh-footer-bar {
|
||||||
display: grid;
|
display: flex;
|
||||||
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;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
/* column-gap: 32px; */
|
/* column-gap: 32px; */
|
||||||
|
13215
package-lock.json
generated
Normal file
13215
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -53,7 +53,7 @@
|
|||||||
"gulp-uglify": "3.0.2",
|
"gulp-uglify": "3.0.2",
|
||||||
"gulp-zip": "5.1.0",
|
"gulp-zip": "5.1.0",
|
||||||
"inquirer": "8.2.4",
|
"inquirer": "8.2.4",
|
||||||
"postcss": "8.2.13",
|
"postcss": "^8.2.15",
|
||||||
"postcss-easy-import": "4.0.0",
|
"postcss-easy-import": "4.0.0",
|
||||||
"pump": "3.0.0"
|
"pump": "3.0.0"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user