diff css/app.css @ 108:2f1de3071ee9

Add a new set of images for the first page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 03 Nov 2016 15:20:38 +0100
parents 3c8941fa46da
children b0c6ab59c569
line wrap: on
line diff
--- a/css/app.css	Thu Nov 03 15:19:50 2016 +0100
+++ b/css/app.css	Thu Nov 03 15:20:38 2016 +0100
@@ -31,7 +31,7 @@
 }
 
 h1, h2, h3, h4, h5, h6 {
-	font-family: 'PT Sans'; 
+	font-family: 'PT Sans';
 	color: #333;
 	/*font-weight: bold;*/
 }
@@ -52,6 +52,11 @@
 	font-weight: bold;
 }
 
+div.reveal-modal img {
+	height: auto;
+	width: 100%;
+}
+
 /**
 * Font overrides (do this using SASS when that gets pulled in)
 */
@@ -78,4 +83,4 @@
 
 .highlight table {
 	border: none;
-}
\ No newline at end of file
+}