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 +++++++++++++ platform-workshop/slides.md | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 platform-workshop/css/custom.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; +} diff --git a/platform-workshop/slides.md b/platform-workshop/slides.md index f0092a7..ce50a3e 100644 --- a/platform-workshop/slides.md +++ b/platform-workshop/slides.md @@ -95,6 +95,7 @@ Requires Vagrant and Virtualbox or other hypervisor | Physical or paravirtualize # Tutorials + ## Vagrant - https://leap.se/en/docs/platform/tutorials/vagrant @@ -107,7 +108,7 @@ Requires Vagrant and Virtualbox or other hypervisor | Physical or paravirtualize --- -# Install pre-requisites +# Install pre­requisites - Install leap-cli on your workstation/laptop, NOT on the server ! -- cgit v1.2.3