fixing video-bg-image and homepage-bg-image urls
This commit is contained in:
@@ -120,6 +120,6 @@ $modal-bg-color: rgb(245,245,245);
|
||||
//-----------------
|
||||
// CSS BG Images
|
||||
//-----------------
|
||||
$homepage-bg-image: '/static/images/homepage-bg.jpg';
|
||||
$homepage-bg-image: '../images/homepage-bg.jpg';
|
||||
|
||||
$video-thumb-url: '/static/images/courses/video-thumb.jpg';
|
||||
$video-thumb-url: '../images/courses/video-thumb.jpg';
|
||||
Reference in New Issue
Block a user