From fdd95ee49e923a653793b5fffb42138ba9c4afe3 Mon Sep 17 00:00:00 2001 From: Louis Aslett Date: Thu, 22 Aug 2024 17:38:30 +0100 Subject: [PATCH] Really fix hex logo this time! --- README.md | 2 +- pkgdown/extra.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 pkgdown/extra.css diff --git a/README.md b/README.md index 8e08991..e28b076 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mlmc R package +# mlmc R package [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) [![license](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html) [![metacran version](https://www.r-pkg.org/badges/version/mlmc)](https://cran.r-project.org/package=mlmc) diff --git a/pkgdown/extra.css b/pkgdown/extra.css new file mode 100644 index 0000000..27965ae --- /dev/null +++ b/pkgdown/extra.css @@ -0,0 +1,3 @@ +.template-home img.logo { + width: 240px; +}