additional media query plus vertical queries to support smaller screens (closes #232)
This commit is contained in:
		| @@ -62,9 +62,15 @@ body { | ||||
| 	text-shadow: none; | ||||
| } | ||||
|  | ||||
| @media screen and (max-width: 900px) { | ||||
| 	.reveal { | ||||
| 		font-size: 30px; | ||||
| @media screen and (max-width: 900px), (max-height: 600px) { | ||||
| 	.reveal .slides { | ||||
| 		font-size: 0.82em; | ||||
| 	} | ||||
| } | ||||
|  | ||||
| @media screen and (max-width: 700px), (max-height: 400px) { | ||||
| 	.reveal .slides { | ||||
| 		font-size: 0.66em; | ||||
| 	} | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user