Skip to content

Commit

Permalink
try to fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 15, 2024
1 parent 0967e80 commit 4b611a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ body {
background-attachment: fixed;
background-color: $bg-color;
background-image: url('@/assets/img/stars.jpeg');
background-position: center / 640px;
background-repeat: no-repeat;
background-repeat: repeat;
cursor: url('assets/img/rocket.png'), auto;
font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
Expand Down

0 comments on commit 4b611a0

Please sign in to comment.