larger speaker notes font on big screens
This commit is contained in:
parent
b64c35ed0b
commit
53c56510ed
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue