Fix responsive image

This commit is contained in:
Jeremy Thomas 2019-07-20 12:21:34 +02:00
parent 2afe26cba9
commit 6d00e5938c
8 changed files with 14 additions and 6 deletions

View File

@ -66,6 +66,13 @@
"width":"135", "width":"135",
"height":"38", "height":"38",
"follow": true "follow": true
},
"buildthis": {
"name": "BuildThis",
"url": "https://www.buildthis.io/",
"title": "BuildThis",
"width":"100",
"height":"32"
} }
}, },
"home": [ "home": [
@ -77,7 +84,8 @@
"vpsserver", "vpsserver",
"usave", "usave",
"craft", "craft",
"paperleaf" "paperleaf",
"buildthis"
], ],
"footer": [] "footer": []
} }

View File

@ -15,7 +15,7 @@
title="{{ sponsor_alt }}" title="{{ sponsor_alt }}"
> >
{% {%
include elements/responsive-image.html include elements/responsive-image-2x.html
path=sponsor_path path=sponsor_path
extension="png" extension="png"
alt=sponsor_alt alt=sponsor_alt

View File

@ -5,7 +5,7 @@
<div class="intro-column is-content"> <div class="intro-column is-content">
<div class="intro-content"> <div class="intro-content">
<h1 class="title intro-title"> <h1 class="title intro-title">
<strong>Bulma</strong> is a free, open source CSS framework based on <strong>Flexbox</strong> and used by more than <strong>150,000</strong> developers. <strong>Bulma</strong> is a free, open source CSS framework based on <strong>Flexbox</strong> and used by more than <strong>200,000</strong> developers.
</h1> </h1>
<div id="ghbtns" class="intro-ghbtns"> <div id="ghbtns" class="intro-ghbtns">

View File

@ -18,7 +18,7 @@
justify-content: space-between justify-content: space-between
justify-content: space-around justify-content: space-around
margin: 0 auto margin: 0 auto
max-width: 50rem max-width: 52rem
.bd-partner-sponsor .bd-partner-sponsor
align-items: center align-items: center

View File

@ -14178,7 +14178,7 @@ svg {
justify-content: space-between; justify-content: space-between;
justify-content: space-around; justify-content: space-around;
margin: 0 auto; margin: 0 auto;
max-width: 50rem; max-width: 52rem;
} }
.bd-partner-sponsor { .bd-partner-sponsor {

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB