diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index f44fa1dc..c2eea93b 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -117,12 +117,12 @@ .welcome { background: #daeea5 url(/img/heartcat.png) no-repeat 20px center; background-size: 77px 81px; - padding: 20px 20px 20px 108px; - margin-bottom: 30px; + padding: 20px 20px 20px 111px; + margin-bottom: 20px; } .welcome h4 { font-size: 1.2em; - margin-bottom: 4px; + margin-bottom: .5em; } .welcome .close-button { float: right; diff --git a/views/dashboard.erb b/views/dashboard.erb index edf39cd6..d2b772d2 100644 --- a/views/dashboard.erb +++ b/views/dashboard.erb @@ -52,7 +52,7 @@

Hello! Welcome to your new site.

- To get started, click on the index.html file below to edit it. It's your home page! You can add more files (such as images) from your computer by dragging them into the box below. Need help building web sites? Check out these tutorials! + To get started, click on the index.html file below to edit your home page. Make some changes and weʼll add your website to our website gallery! You can add more files (such as images) by dragging them from your computer into the box below. Need help building web sites? Check out these tutorials!
<% end %>