use flexbox for vertically centered printing #862
This commit is contained in:
parent
9e78fe3ee2
commit
f0f48bd9b0
|
@ -188,3 +188,12 @@ ul, ol, div, p {
|
||||||
.reveal small a {
|
.reveal small a {
|
||||||
font-size: 16pt !important;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user