From 81af1bf9cc9c03b9f3ad679676971e01461d2a56 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sat, 3 Aug 2019 15:58:25 +0200 Subject: [PATCH] Change SVG dimensions to px values (#29195) --- site/layouts/partials/home/masthead-followup.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 0c6ea96695..56ad949588 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -2,7 +2,7 @@
- {{ partial "icons/import.svg" (dict "width" "3rem" "height" "3rem") }} + {{ partial "icons/import.svg" (dict "width" "48" "height" "48") }}

Installation

@@ -17,7 +17,7 @@

- {{ partial "icons/download.svg" (dict "width" "3rem" "height" "3rem") }} + {{ partial "icons/download.svg" (dict "width" "48" "height" "48") }}

BootstrapCDN

@@ -36,7 +36,7 @@

- {{ partial "icons/lightning.svg" (dict "width" "3rem" "height" "3rem") }} + {{ partial "icons/lightning.svg" (dict "width" "48" "height" "48") }}

Official Themes

-- 2.47.2