Auto-constrain logo dimensions on slide.

This commit is contained in:
David Russell 2017-12-05 08:52:50 +07:00
parent a6b5ee3969
commit 84db3e0a61

View File

@ -6,6 +6,10 @@
font-size:1.3em;
font-weight: bold;
}
#gp-logo img {
max-height: 3.5em;
max-width: none;
}
.reveal .speaker-notes {
background-color: black;
opacity : 0.8;