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

larger speaker notes font on big screens

parent b64c35ed
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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