From f0bf7ac351e06c07c2eaadfb316ccb9cffa25154 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Fri, 18 Sep 2020 01:58:02 +0200 Subject: [PATCH] fix huge SCHAMPER --- content/stylesheets/main.css | 5 +++++ layouts/partials/pretty_link.erb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/stylesheets/main.css b/content/stylesheets/main.css index 8cf77d7..67e4314 100644 --- a/content/stylesheets/main.css +++ b/content/stylesheets/main.css @@ -506,6 +506,11 @@ h2 { margin: auto 2rem; } +.link__img img { + max-height: 100px; + max-width: 100px; +} + .link__content { margin-right: 20px; } diff --git a/layouts/partials/pretty_link.erb b/layouts/partials/pretty_link.erb index 7caa472..336c9d4 100644 --- a/layouts/partials/pretty_link.erb +++ b/layouts/partials/pretty_link.erb @@ -1,6 +1,6 @@