Skip to content

Commit

Permalink
Corrigindo imagem de fundo do banner
Browse files Browse the repository at this point in the history
  • Loading branch information
GEdO23 committed Apr 27, 2024
1 parent 513573c commit 5bb7edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ body {
}

#hero-banner-principal {
background-image: url('/public/background-fiap.png');
background-image: url('../../public/background-fiap.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
accent: `#f3f3f3`
},
backgroundImage: {
heroBanner: "url('/public/background-fiap.png')"
heroBanner: "url('../../public/background-fiap.png')"
}
},
plugins: [],
Expand Down

0 comments on commit 5bb7edc

Please sign in to comment.