Fix image path, re-add slides partial
This commit is contained in:
parent
f396695808
commit
80adaae7ec
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
@ -1,5 +1,5 @@
|
|||
.talk-slides {
|
||||
background: url('../images/loading.gif') center no-repeat;
|
||||
background: url('../../../images/loading.gif') center no-repeat;
|
||||
min-height: 275px;
|
||||
|
||||
@screen md { & { min-height: 375px; } }
|
||||
|
|
|
@ -66,7 +66,7 @@ svg {
|
|||
@import 'components/post';
|
||||
@import 'components/post/about-author';
|
||||
@import 'components/table';
|
||||
//@import 'components/talk/slides';
|
||||
@import 'components/talk/slides';
|
||||
@import 'components/talk/video';
|
||||
@import 'components/testimonial';
|
||||
|
||||
|
|
Loading…
Reference in a new issue