Skip to content

Commit

Permalink
changed one of work thumbnail changed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsophiekim committed May 23, 2024
1 parent dd59f70 commit e7ba401
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ section {
}

.cardContainer .box:nth-child(3) .icon {
background-image: url(../img/mtruapehu.png);
background-image: url(../img/ruapehu.jpg);
background-position: top;
background-size: cover;
}
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

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

Binary file added img/ruapehu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scss/_works.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
background-position: top; background-size: cover;
}
.cardContainer .box:nth-child(3) .icon{
background-image: url(../img/mtruapehu.png);
background-image: url(../img/ruapehu.jpg);
background-position: top; background-size: cover;
}
.cardContainer .box:nth-child(4) .icon{
Expand Down

0 comments on commit e7ba401

Please sign in to comment.