Skip to content

Commit

Permalink
Merge pull request #160 from madjin/main
Browse files Browse the repository at this point in the history
remove background
  • Loading branch information
lalalune authored Oct 7, 2024
2 parents 2246c8a + e3f36df commit 44400ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Background.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function Background() {
<div className={styles["backgroundBlur"]}></div>
<div className={styles["Background"]}>
<div className={styles["webamark"]}>
<img src={logo} className={styles["logo"]} />
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/components/Background.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.backgroundImg {
background-image: url('./assets/backgrounds/background4.jpg');
#background-image: url('./assets/backgrounds/background4.jpg');
background: black;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
Expand Down

0 comments on commit 44400ad

Please sign in to comment.