Skip to content

Commit

Permalink
update: 画像を配置する場所を間違えていた
Browse files Browse the repository at this point in the history
  • Loading branch information
yas-ako committed Jan 13, 2024
1 parent 3b6dd75 commit 5b4e7fd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ html {

/// 1枚目 青いやつ
@page: nth(1) {
background-image: url("./img/chapter_page_left.png");
background-image: url("../img/chapter_page_left.png");
background-size: contain;
background-repeat: no-repeat;
background-position: right;
Expand All @@ -47,7 +47,7 @@ html {
}

@page: nth(2) {
background-image: url("./img/chapter_page_right.png");
background-image: url("../img/chapter_page_right.png");
background-size: contain;
background-repeat: repeat-x;
background-position: right;
Expand Down
4 changes: 2 additions & 2 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 5b4e7fd

Please # to comment.