From 77f4d377df0f8c1d014903131213edba680e2474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?= Date: Mon, 27 Aug 2018 14:44:08 +0200 Subject: [PATCH] Embed a short feedback form at the bottom of the tutorial --- _layouts/tutorial_hands_on.html | 10 +++++----- assets/css/main.scss | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/_layouts/tutorial_hands_on.html b/_layouts/tutorial_hands_on.html index ef8d9c23908a1b..f5da34d906a1e5 100644 --- a/_layouts/tutorial_hands_on.html +++ b/_layouts/tutorial_hands_on.html @@ -221,12 +221,12 @@

{% icon congratulations %} Congratulations on successfully completing this t
+ + diff --git a/assets/css/main.scss b/assets/css/main.scss index 4f6656115cf6f9..f131e5c0570402 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -219,6 +219,12 @@ footer { .fold-unfold { margin-left: $tutorial-box-spacing; } + + .google-form { + width: 100%; + height: 1000px; + border: 0; + } } .contributors {