From: Martijn Cuppens Date: Sat, 3 Aug 2019 13:58:25 +0000 (+0200) Subject: Change SVG dimensions to px values (#29195) X-Git-Tag: v5.0.0-alpha1~877 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81af1bf9cc9c03b9f3ad679676971e01461d2a56;p=thirdparty%2Fbootstrap.git Change SVG dimensions to px values (#29195) --- 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