From cca04adb80298b38dd35c72b70f1d38bb699fbf4 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 19 Apr 2016 21:23:37 -0700 Subject: [PATCH] remove preview header and add margin to iframe --- views/tutorial/html/9.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/tutorial/html/9.erb b/views/tutorial/html/9.erb index eb511b71..86c96cbc 100644 --- a/views/tutorial/html/9.erb +++ b/views/tutorial/html/9.erb @@ -15,7 +15,8 @@ $(document).ready(function() { $('#editor').css('display', 'none') $('.editor-heading').css('display', 'none') - $('h3 #sitePreview').css('display', 'none') + $('h3#sitePreview').css('display', 'none') + $('.preview').css('margin-top', '50px') $('#saveToSite').on('click', function() { $.ajax({