From 5fc76dafaeb52ed04d523906976549e018ab6b25 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 3 Dec 2021 21:11:19 +0100 Subject: [PATCH] Add workaround for pkgdown 2 logo image problem See issue #54 --- inst/pkgdown/assets/ropensci.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inst/pkgdown/assets/ropensci.css b/inst/pkgdown/assets/ropensci.css index dcdf41d..4747fa2 100644 --- a/inst/pkgdown/assets/ropensci.css +++ b/inst/pkgdown/assets/ropensci.css @@ -235,3 +235,7 @@ html{ .cc-revoke { display: none !important; } + +.contents h1 img { + max-width: 130px; +}