Skip to content
Snippets Groups Projects
Commit f0f48bd9 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

use flexbox for vertically centered printing #862

parent 9e78fe3e
No related branches found
No related tags found
Loading
......@@ -188,3 +188,12 @@ ul, ol, div, p {
.reveal small a {
font-size: 16pt !important;
}
.reveal.center .slides section:not(.stack) {
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 2em !important;
padding-bottom: 2em !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment