summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-12-25 17:32:21 +0100
committerkwadronaut <kwadronaut@leap.se>2016-12-25 17:33:52 +0100
commit93c938d7859cd32312b8f0d4234f6b01bd5e7c44 (patch)
tree359845ea3a7f9b15262c623f4d7aff09e451a9f6
parent3bc3d8a42d88750a11905a614351d4c37acfc5d7 (diff)
add some custom css smaller headings
LARGER CODEBLOCKS, content++ &shy is for hyphens only when needed
-rw-r--r--platform-workshop/css/custom.css13
-rw-r--r--platform-workshop/slides.md3
2 files changed, 15 insertions, 1 deletions
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&shy;requisites
- Install leap-cli on your workstation/laptop, NOT on the server !