fix video link spanning entire page

This commit is contained in:
Joshua Arts 2018-07-23 12:23:59 -04:00
parent 9a738c4432
commit 0202d09a9d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<h1 id="main-text" class="font-weight-400 responsive-header"><%= t("landing.welcome") %></h1>
<h4 class="text-muted"><%= t("landing.about") %></h4>
<%= link_to "https://youtu.be/Hso8yLzkqj8", class: "p-3", target: "_blank" do %>
<%= link_to "https://youtu.be/Hso8yLzkqj8", class: "d-inline-block p-3", target: "_blank" do %>
<h4><%= t("landing.video") %> <i class="far fa-play-circle"></i></h4>
<% end %>
</div>