From 93c938d7859cd32312b8f0d4234f6b01bd5e7c44 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Sun, 25 Dec 2016 17:32:21 +0100 Subject: add some custom css smaller headings LARGER CODEBLOCKS, content++ ­ is for hyphens only when needed --- platform-workshop/css/custom.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 platform-workshop/css/custom.css (limited to 'platform-workshop/css') diff --git a/platform-workshop/css/custom.css b/platform-workshop/css/custom.css new file mode 100644 index 0000000..bb604ba --- /dev/null +++ b/platform-workshop/css/custom.css @@ -0,0 +1,13 @@ +.reveal h2 { + font-size:2.07em; + hyphens: auto; +} + +.reveal h1 { + font-size: 2.55em; +} + +.reveal code { + font-size:1.5em; + line-height:1.3em; +} -- cgit v1.2.3