Skip to content

Commit

Permalink
♻️ fix landing page background
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Apr 22, 2024
1 parent b19b86a commit 5e68f9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion web/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ export default function Home() {
src={yaml}
/>

<img className={styles.backgroundYaml} src={yaml}/>
<img
className={styles.backgroundYaml}
src={yaml}
style={{
opacity: 0
}}
/>
<img
style={{
left: "10%",
Expand Down
Binary file modified web/static/img/yaml_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e68f9f

Please sign in to comment.