diff --git a/assets/scss/components/_card.scss b/assets/scss/components/_card.scss index 192fd77..5048ee5 100644 --- a/assets/scss/components/_card.scss +++ b/assets/scss/components/_card.scss @@ -13,10 +13,10 @@ // #NOTE: have to change file, so remove inline bg-image &:nth-child(4)>a { - background-image: url(../assets/images/vito_mobile.png); + background-image: url(../images/vito_mobile.png); @include media-breakpoint-up(lg) { - background-image: url(../assets/images/vito_vertical.png); + background-image: url(../images/vito_vertical.png); } } diff --git a/layout/news.ejs b/layout/news.ejs index 07cd76f..f813ed8 100644 --- a/layout/news.ejs +++ b/layout/news.ejs @@ -16,8 +16,8 @@