diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-03 15:58:25 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-03 16:58:25 +0300 |
| commit | 81af1bf9cc9c03b9f3ad679676971e01461d2a56 (patch) | |
| tree | 78b925d3ecd60302836d115644c82960a343b4df | |
| parent | a0f3fd2342ecc02407279357c70c3e37af4e4ac6 (diff) | |
| download | bootstrap-81af1bf9cc9c03b9f3ad679676971e01461d2a56.tar.xz bootstrap-81af1bf9cc9c03b9f3ad679676971e01461d2a56.zip | |
Change SVG dimensions to px values (#29195)
| -rw-r--r-- | site/layouts/partials/home/masthead-followup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 0c6ea9669..56ad94958 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -2,7 +2,7 @@ <div class="container py-5 my-5 text-center"> <div class="home-icon home-icon-blue mx-auto mb-3"> - {{ partial "icons/import.svg" (dict "width" "3rem" "height" "3rem") }} + {{ partial "icons/import.svg" (dict "width" "48" "height" "48") }} </div> <h2 class="display-4">Installation</h2> <p class="lead lead-lg mw-md-75 mx-auto"> @@ -17,7 +17,7 @@ <div class="container py-5 my-5 text-center"> <div class="home-icon home-icon-purple mx-auto mb-3"> - {{ partial "icons/download.svg" (dict "width" "3rem" "height" "3rem") }} + {{ partial "icons/download.svg" (dict "width" "48" "height" "48") }} </div> <h2 class="display-4">BootstrapCDN</h2> <p class="lead lead-lg mw-md-75 mx-auto"> @@ -36,7 +36,7 @@ <div class="container py-5 my-5 text-center"> <div class="home-icon home-icon-yellow mx-auto mb-3"> - {{ partial "icons/lightning.svg" (dict "width" "3rem" "height" "3rem") }} + {{ partial "icons/lightning.svg" (dict "width" "48" "height" "48") }} </div> <h2 class="display-4">Official Themes</h2> <p class="lead lead-lg mw-md-75 mx-auto"> |
