diff --git a/docs/_sass/specific.sass b/docs/_sass/specific.sass
index 0f53be29..d4b7f96c 100644
--- a/docs/_sass/specific.sass
+++ b/docs/_sass/specific.sass
@@ -154,4 +154,10 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
color: $color-invert
.bd-icon-size .icon
- background-color: $yellow
\ No newline at end of file
+ background-color: $yellow
+
+.bd-mwb-table
+ td
+ vertical-align: middle
+ img
+ vertical-align: middle
\ No newline at end of file
diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css
index fae0a858..68f3d6db 100644
--- a/docs/css/bulma-docs.css
+++ b/docs/css/bulma-docs.css
@@ -11294,6 +11294,14 @@ svg {
background-color: #ffdd57;
}
+.bd-mwb-table td {
+ vertical-align: middle;
+}
+
+.bd-mwb-table td img {
+ vertical-align: middle;
+}
+
.bd-example,
.bd-structure,
.bd-snippet {
diff --git a/docs/images/various/rodion-kutsaev-24833.jpg b/docs/images/various/rodion-kutsaev-24833.jpg
new file mode 100644
index 00000000..c2bb1bbb
Binary files /dev/null and b/docs/images/various/rodion-kutsaev-24833.jpg differ
diff --git a/docs/images/various/sven-scheuermeier-34477.jpg b/docs/images/various/sven-scheuermeier-34477.jpg
new file mode 100644
index 00000000..21921d35
Binary files /dev/null and b/docs/images/various/sven-scheuermeier-34477.jpg differ
diff --git a/docs/made-with-bulma.html b/docs/made-with-bulma.html
index 7bf5d036..d231e928 100644
--- a/docs/made-with-bulma.html
+++ b/docs/made-with-bulma.html
@@ -18,15 +18,15 @@ images:
- name: "White"
description: "Transparent white"
type: "--white"
- bg: "#222"
+ bg: "url(/images/various/sven-scheuermeier-34477.jpg) center center/cover no-repeat"
- name: "Semiblack"
description: "Transparent black and turquoise"
type: "--semiblack"
- bg: "url(/images/various/dmitri-popov-265077.jpg) center center/cover no-repeat"
+ bg: "url(/images/various/rodion-kutsaev-24833.jpg) center top/cover no-repeat"
- name: "Black"
description: "Transparent black"
type: "--black"
- bg: "#ff6dcf"
+ bg: "url(/images/various/dmitri-popov-265077.jpg) center center/cover no-repeat"
---
{% capture image_example %}
@@ -73,7 +73,7 @@ images:
The Made with Bulma badge is available in 6 different versions:
| Type |
|---|