larger speaker notes font on big screens

This commit is contained in:
Hakim El Hattab 2017-05-23 13:14:25 +02:00
parent b64c35ed0b
commit 53c56510ed
2 changed files with 10 additions and 0 deletions

View File

@ -1502,6 +1502,10 @@ body {
.reveal.show-notes .speaker-notes {
display: block; }
@media screen and (min-width: 1600px) {
.reveal .speaker-notes {
font-size: 20px; } }
@media screen and (max-width: 1024px) {
.reveal.show-notes {
border-left: 0;

View File

@ -1641,6 +1641,12 @@ $controlsArrowAngleActive: 36deg;
display: block;
}
@media screen and (min-width: 1600px) {
.reveal .speaker-notes {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.reveal.show-notes {
border-left: 0;