diff --git a/_layouts/tutorial_hands_on.html b/_layouts/tutorial_hands_on.html index ef8d9c23908a1b..97fed5c4138fc8 100644 --- a/_layouts/tutorial_hands_on.html +++ b/_layouts/tutorial_hands_on.html @@ -218,15 +218,15 @@

Developing GTN training material

{% endif %}

{% icon congratulations %} Congratulations on successfully completing this tutorial!

-
+
+ +
-

{% icon feedback %} Help us improve this content!

- Please take a moment to fill in the Galaxy Training Network - Feedback Form. - Your feedback helps us improve this tutorial and will be considered - in future revisions. +

{% icon feedback %} Give us even more feedback on this content!

+

To give us more detailed feedback about these materials, please take a moment to fill in the extended Feedback Form.

diff --git a/assets/css/main.scss b/assets/css/main.scss index 4f6656115cf6f9..f1e1674466bd60 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: 1100px; + border: 0; + } } .contributors {