From 53a405039dba87951cb529e86c206d68144d4f23 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Fri, 18 Sep 2020 01:16:13 +0200 Subject: [PATCH] make pretty links actual links --- content/stylesheets/main.css | 5 +++++ layouts/partials/pretty_link.erb | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/stylesheets/main.css b/content/stylesheets/main.css index 5587d23..0e4f6c9 100644 --- a/content/stylesheets/main.css +++ b/content/stylesheets/main.css @@ -497,6 +497,11 @@ h2 { height: 100%; } +.link a { + display: block; + text-decoration: none; +} + .fancy_link_container { display: grid; grid-template-columns: 50% 50%; diff --git a/layouts/partials/pretty_link.erb b/layouts/partials/pretty_link.erb index cec51c2..32661c0 100644 --- a/layouts/partials/pretty_link.erb +++ b/layouts/partials/pretty_link.erb @@ -1,4 +1,4 @@ - - +