|
@@ -1108,7 +1108,7 @@ var Reveal = (function(){
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
|
|
- if( config.center ) {
|
|
|
|
|
|
+ if( config.center || slide.classList.contains( 'center' ) ) {
|
|
// Vertical stacks are not centred since their section
|
|
// Vertical stacks are not centred since their section
|
|
// children will be
|
|
// children will be
|
|
if( slide.classList.contains( 'stack' ) ) {
|
|
if( slide.classList.contains( 'stack' ) ) {
|