merge vertical centering for individual slides
commit
7cb8d96529
|
@ -1108,7 +1108,7 @@ var Reveal = (function(){
|
|||
continue;
|
||||
}
|
||||
|
||||
if( config.center ) {
|
||||
if( config.center || slide.classList.contains( 'center' ) ) {
|
||||
// Vertical stacks are not centred since their section
|
||||
// children will be
|
||||
if( slide.classList.contains( 'stack' ) ) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue