Skip to content

Commit

Permalink
fixes #395
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 25, 2023
1 parent 97ff857 commit 1b8738f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/scss/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
background-color: $yellow;
width: 100%;
display: table;
background-image: url("../images/banner.svg");
background-image: url("../images/banner.png");
background-size: cover;
background-position: center;
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 720px),
Expand Down

0 comments on commit 1b8738f

Please sign in to comment.