diff --git a/website/source/assets/images/news/webinar-Terraform-4-4-2017.png b/website/source/assets/images/news/webinar-Terraform-4-4-2017.png new file mode 100644 index 0000000000..8db9560c92 Binary files /dev/null and b/website/source/assets/images/news/webinar-Terraform-4-4-2017.png differ diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 2c15138b35..a1994a2844 100644 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -214,6 +214,7 @@ img { box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25); margin: 0 0 20px 0; + max-width: 100%; } h2 { @@ -227,14 +228,18 @@ } div.latest-item { - border-bottom: 1px solid rgba(255, 255, 255, 0.5); - margin-bottom: 20px; - padding-bottom: 20px; + + .latest-item { + border-top: 1px solid rgba(white, .5); + margin-top: 20px; + padding-top: 20px; + } - &:last-child { - border: none; - margin-bottom: 0; - padding-bottom: 0; + @media (max-width: $screen-sm-max) { + &:last-child { + border-bottom: 1px solid rgba(white, .5); + margin-bottom: 20px; + padding-bottom: 20px; + } } p { diff --git a/website/source/index.html.erb b/website/source/index.html.erb index ee33d640d8..7412fb9d1d 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -178,12 +178,12 @@ description: |-
-

Coming Soon!

+ <%= image_tag 'news/webinar-Terraform-4-4-2017.png', :alt=>'Webinar April 4, 2017, 10:00 AM PST' %> +

Webinar: Multi-Cloud, One Command with Terraform

- We have some exciting new announcements planned for Terraform. Check - back soon to learn more. + Watch our recent webinar with Mitchell Hashimoto to learn how Terraform provisions infrastructure across different clouds using a consistent workflow.

-

+ Watch Now