From 9c6854707d2f3fd0866e82560ce95d1a87e2d794 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 25 Feb 2021 14:11:18 +0100 Subject: Make last moment adjustments --- reveal.js/dist/theme/fifty.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'reveal.js/dist') diff --git a/reveal.js/dist/theme/fifty.css b/reveal.js/dist/theme/fifty.css index a55b3c2..5f5ab00 100644 --- a/reveal.js/dist/theme/fifty.css +++ b/reveal.js/dist/theme/fifty.css @@ -44,7 +44,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal { font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; - font-size: 24px; + font-size: 22px; font-weight: normal; color: #000; } @@ -117,8 +117,8 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal img, .reveal video, .reveal iframe { - max-width: 95%; - max-height: 95%; } + max-width: 96%; + max-height: 96%; } .reveal strong, .reveal b { @@ -179,10 +179,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal pre { display: block; position: relative; - width: 90%; + width: 95%; margin: 20px auto; text-align: left; - font-size: 0.55em; + font-size: 0.60em; font-family: monospace; line-height: 1.1em; word-wrap: break-word; } -- cgit v1.3