mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add nazar
This commit is contained in:
parent
5727a99d68
commit
1583bb89f1
@ -25,3 +25,4 @@
|
||||
* Matt Swan
|
||||
* Kyu
|
||||
* Takayuki Yamaguchi [@takyam](https://twitter.com/@takyam)
|
||||
* Leo Zeba [@leozeba](https://twitter.com/@leozeba)
|
||||
|
@ -31,6 +31,11 @@
|
||||
}
|
||||
],
|
||||
"10": [
|
||||
{
|
||||
"FirstName": "Leo",
|
||||
"LastName": "Zeba",
|
||||
"Twitter": "leozeba"
|
||||
},
|
||||
{
|
||||
"FirstName": "Takayuki",
|
||||
"LastName": "Yamaguchi",
|
||||
|
@ -11,6 +11,9 @@
|
||||
<a href="http://bestcss.in/" target="_blank">
|
||||
<img src="{{ site.url }}/images/sponsors/bestcss.png" alt="bestcss logo">
|
||||
</a>
|
||||
<a href="https://nazar.io/" target="_blank">
|
||||
<img src="{{ site.url }}/images/sponsors/nazar.png" alt="nazar logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -5,4 +5,5 @@
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
margin-right: 3rem
|
||||
width: 150px
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 17 KiB |
BIN
docs/images/sponsors/nazar.png
Normal file
BIN
docs/images/sponsors/nazar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue
Block a user