Skip to content

Commit

Permalink
수정: css 파일 이미지 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahayana committed Nov 22, 2023
1 parent 9804c75 commit 54d6f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/landing/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body::-webkit-scrollbar-track {
position: relative;
width: 100%;
height: 100vh;
background-image: url("static/images/landing/algorithm_bg.jpg");
background-image: url("/static/images/landing/algorithm_bg.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
Expand Down Expand Up @@ -321,7 +321,7 @@ body::-webkit-scrollbar-track {
right: 1.4vh;
width: min(3vw, 100px);
height: min(3vw, 100px);
background-image: url("static/images/landing/landing_next_slide_button.png");
background-image: url("/static/images/landing/landing_next_slide_button.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
Expand Down Expand Up @@ -529,7 +529,7 @@ body::-webkit-scrollbar-track {
top: 42%;
right: 32px;
z-index: 4;
background-image: url("static/images/landing/landing_next_slide_button_2.png");
background-image: url("/static/images/landing/landing_next_slide_button_2.png");
}


Expand Down

0 comments on commit 54d6f16

Please sign in to comment.