A showcase website for my projects built with Gatsby.
- React
- Gatsby
- Gatsby Plugins
- Styled Components
- Added new sites (www.vidore.ga was the lastest)
- Fixed all broken live site demo links.
- Updated Modern Apparel Screenshot
Notes: Screenshots take with Site-Shot Original Size: 2048 x 1536 pixels
Navbar.js
Change
From:
padding: 3 0; margin: 0 auto; position: fixed; background-color: navbar-bg; box-shadow: soft; top: 0; left: 0; right: 0; height: 60; z-index: 200; backdrop-filter: blur(8px);
To:
padding: 0; margin: 0 auto; position: fixed; background-color: navbar-bg; box-shadow: soft; top: 0; left: 0; right: 0; height: 0; z-index: 200; backdrop-filter: blur(8px);