Skip to content

Commit

Permalink
upd path for background images
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 23, 2023
1 parent 289c743 commit 50947da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ a:hover, a:active, a:focus, button:hover, button:focus {
order: 1;
width: 100%;
height: 367px;
background: url("/images/image-profile-mobile.webp") no-repeat;
background: url("images/image-profile-mobile.webp") no-repeat;
background-position: center;
background-size: contain;
z-index: 1;
Expand Down Expand Up @@ -514,7 +514,7 @@ a:hover, a:active, a:focus, button:hover, button:focus {
right: 0;
max-width: 322px;
height: 600px;
background: url("/images/image-profile-tablet.webp") no-repeat;
background: url("images/image-profile-tablet.webp") no-repeat;
background-size: cover;
z-index: -1;
}
Expand Down Expand Up @@ -661,7 +661,7 @@ a:hover, a:active, a:focus, button:hover, button:focus {
right: 16.5rem;
max-width: 445px;
height: 720px;
background: url("/images/image-profile-desktop.webp") no-repeat;
background: url("images/image-profile-desktop.webp") no-repeat;
background-size: contain;
}
.intro .decor__rings {
Expand Down

0 comments on commit 50947da

Please sign in to comment.