Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
🍱 Asset cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermayone committed Dec 10, 2023
1 parent 56da094 commit 6488e73
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
flex-direction: column;
background-size: cover;
justify-content: center;
background-image: url("public/untitled%20design%20(3)-1500h.png");
background-image: url("public/bg.png");
}
.home-text {
color: var(--dl-color-gray-white);
Expand Down Expand Up @@ -264,7 +264,7 @@
@media (max-width: 1600px) {
.home-hero {
background-size: cover;
background-image: url("public/untitled%20design%20(3)-1500h.png");
background-image: url("public/bg.png");
}
.home-features {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

}
</style>
<link rel="shortcut icon" href="public/layer1favicon.png" type="icon/png" sizes="32x32" />
<link rel="shortcut icon" href="public/favicon.png" type="icon/png" sizes="32x32" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font" />
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 6488e73

Please sign in to comment.