test first build
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
Helldragon67 2025-01-16 16:34:02 +01:00
parent c652ca62a8
commit 8ef092d7ee
8 changed files with 13223 additions and 19 deletions

1
.gitignore vendored Normal file
View 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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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"
}, },