From 0202d09a9d0c50f726c8076c5604b4297feb9153 Mon Sep 17 00:00:00 2001 From: Joshua Arts Date: Mon, 23 Jul 2018 12:23:59 -0400 Subject: [PATCH] fix video link spanning entire page --- app/views/main/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index cd25f5c3..7fdb4e3c 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -12,7 +12,7 @@

<%= t("landing.welcome") %>

<%= t("landing.about") %>

- <%= 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 %>

<%= t("landing.video") %>

<% end %>