larger speaker notes font on big screens
This commit is contained in:
		| @@ -1502,6 +1502,10 @@ body { | |||||||
| .reveal.show-notes .speaker-notes { | .reveal.show-notes .speaker-notes { | ||||||
|   display: block; } |   display: block; } | ||||||
|  |  | ||||||
|  | @media screen and (min-width: 1600px) { | ||||||
|  |   .reveal .speaker-notes { | ||||||
|  |     font-size: 20px; } } | ||||||
|  |  | ||||||
| @media screen and (max-width: 1024px) { | @media screen and (max-width: 1024px) { | ||||||
|   .reveal.show-notes { |   .reveal.show-notes { | ||||||
|     border-left: 0; |     border-left: 0; | ||||||
|   | |||||||
| @@ -1641,6 +1641,12 @@ $controlsArrowAngleActive: 36deg; | |||||||
| 	display: block; | 	display: block; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @media screen and (min-width: 1600px) { | ||||||
|  | 	.reveal .speaker-notes { | ||||||
|  | 		font-size: 20px; | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  |  | ||||||
| @media screen and (max-width: 1024px) { | @media screen and (max-width: 1024px) { | ||||||
| 	.reveal.show-notes { | 	.reveal.show-notes { | ||||||
| 		border-left: 0; | 		border-left: 0; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user