mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix responsive image
This commit is contained in:
parent
2afe26cba9
commit
6d00e5938c
@ -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": []
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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">
|
||||||
|
@ -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
|
||||||
|
@ -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 {
|
||||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/images/amis/buildthis.png
Normal file
BIN
docs/images/amis/buildthis.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
docs/images/amis/buildthis@2x.png
Normal file
BIN
docs/images/amis/buildthis@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue
Block a user