mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 02:07:39 +02:00
Remove Background overlay
This commit is contained in:
parent
fb16ded074
commit
44c8346134
2 changed files with 2 additions and 1 deletions
1
.eslintcache
Normal file
1
.eslintcache
Normal file
|
@ -0,0 +1 @@
|
|||
[{"/home/kevin/Projects/KevinK.dev.js/gatsby-config.js":"1","/home/kevin/Projects/KevinK.dev.js/src/components/navigation.js":"2","/home/kevin/Projects/KevinK.dev.js/src/components/offscreenNav.js":"3"},{"size":4343,"mtime":1634572076315,"results":"4","hashOfConfig":"5"},{"size":3988,"mtime":1634571747282,"results":"6","hashOfConfig":"5"},{"size":1834,"mtime":1634572087578,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"zi1o5b",{"filePath":"10","messages":"11","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"12","messages":"13","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/kevin/Projects/KevinK.dev.js/gatsby-config.js",[],"/home/kevin/Projects/KevinK.dev.js/src/components/navigation.js",[],"/home/kevin/Projects/KevinK.dev.js/src/components/offscreenNav.js",[]]
|
|
@ -97,7 +97,7 @@ const IndexPage = (props) => {
|
|||
className={styles.heroSectionBg}
|
||||
id="particle-container"
|
||||
></div>
|
||||
<div className={styles.heroSectionBgOver}></div>
|
||||
{/*<div className={styles.heroSectionBgOver}></div>*/}
|
||||
<div className={styles.profile + " profile"}>
|
||||
<div className={styles.profileImage}>
|
||||
<StaticImage
|
||||
|
|
Loading…
Add table
Reference in a new issue