aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 88b21ed..ded0c3a 100644
--- a/css/main.css
+++ b/css/main.css
@@ -108,6 +108,12 @@ body {
font-weight: normal;
}
+.reveal img {
+ /* preserve aspect ratio and scale image so it's bound within the section */
+ max-width: 100%;
+ max-height: 100%;
+}
+
.reveal strong,
.reveal b {
font-weight: bold;