Skip to content

Commit

Permalink
képe
Browse files Browse the repository at this point in the history
  • Loading branch information
frksGeri committed Nov 26, 2024
1 parent 3600b03 commit e0ffced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ i{
/* Hero section reszponzív stílusok */
.hero {
position: relative;
background: url(media/banner.jpg);
background: url(/media/banner.jpg);
background-size: cover;
background-position: bottom;
min-height: 60vh;
Expand Down Expand Up @@ -138,7 +138,7 @@ i{

section:nth-child(4n) {
background-color: #f4f2f3;
background-image: url(media/bg.png);
background-image: url(/media/bg.png);
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
Expand Down

0 comments on commit e0ffced

Please sign in to comment.