From 47478602262c90c70bb23f8f89be911c7269e0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Sun, 29 Oct 2017 19:52:20 -0700 Subject: [PATCH] Minor CSS tweaks for intro workshop --- docs/workshop.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/workshop.css b/docs/workshop.css index 336086ae..a2fad6e0 100644 --- a/docs/workshop.css +++ b/docs/workshop.css @@ -89,12 +89,15 @@ img { max-width: 100%; max-height: 550px; } +.small img { + max-height: 250px; +} .title { vertical-align: middle; text-align: center; } -.title h1 { font-size: 5em; } +.title h1 { font-size: 3em; font-family: unset;} .title p { font-size: 3em; } .nav {