diff --git a/BACKERS.md b/BACKERS.md index 456dfe2b..8760e3cb 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -25,3 +25,4 @@ * Matt Swan * Kyu * Takayuki Yamaguchi [@takyam](https://twitter.com/@takyam) +* Leo Zeba [@leozeba](https://twitter.com/@leozeba) diff --git a/docs/_data/backers.json b/docs/_data/backers.json index bc513c8f..dbbc5df3 100644 --- a/docs/_data/backers.json +++ b/docs/_data/backers.json @@ -31,6 +31,11 @@ } ], "10": [ + { + "FirstName": "Leo", + "LastName": "Zeba", + "Twitter": "leozeba" + }, { "FirstName": "Takayuki", "LastName": "Yamaguchi", diff --git a/docs/_includes/sponsors.html b/docs/_includes/sponsors.html index aa70370d..e1a1ac07 100644 --- a/docs/_includes/sponsors.html +++ b/docs/_includes/sponsors.html @@ -11,6 +11,9 @@ bestcss logo + + nazar logo + diff --git a/docs/_sass/sponsors.sass b/docs/_sass/sponsors.sass index 133557ba..a3de7af9 100644 --- a/docs/_sass/sponsors.sass +++ b/docs/_sass/sponsors.sass @@ -5,4 +5,5 @@ align-items: center display: flex justify-content: center + margin-right: 3rem width: 150px diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 7ec04222..c77f7098 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -4370,6 +4370,7 @@ a.box:active { position: absolute !important; right: 0.625em; top: 0.625em; + z-index: 4; } .control.is-loading.is-small:after { @@ -6247,7 +6248,7 @@ a.dropdown-item.is-active { justify-content: center; overflow: hidden; position: fixed; - z-index: 20; + z-index: 40; } .modal.is-active { @@ -13361,6 +13362,7 @@ html.route-index .hero.is-primary a.column:hover .title strong { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; + margin-right: 3rem; width: 150px; } diff --git a/docs/images/sponsors/bestcss.png b/docs/images/sponsors/bestcss.png index 731549a7..0ae0282b 100644 Binary files a/docs/images/sponsors/bestcss.png and b/docs/images/sponsors/bestcss.png differ diff --git a/docs/images/sponsors/nazar.png b/docs/images/sponsors/nazar.png new file mode 100644 index 00000000..241b9c75 Binary files /dev/null and b/docs/images/sponsors/nazar.png differ