Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 17, 2023
2 parents e3a62af + d2da795 commit 4ce98d6
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 52 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-local-storage-store": "^0.5.0",
"svelte-local-storage-store": "^0.6.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
Expand Down
164 changes: 122 additions & 42 deletions apps/web/src/lib/components/layout/Footer.svelte

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions apps/web/src/routes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,16 @@
width: 100%;
}

.beatforge-page-std-footer-container:before {
background: radial-gradient( 62.87% 100% at 50% 100%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 100% );
top: 0;
content: '';
height: 1px;
left: 0;
position: absolute;
width: 100%;
}

.beatforge-landing-bentobox-item {
backdrop-filter: blur(2px);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"turbo": "^1.10.12",
"vite-plugin-image-optimizer": "^1.1.7"
},
"packageManager": "pnpm@8.3.1"
"packageManager": "pnpm@8.6.12"
}
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ce98d6

Please sign in to comment.