Add nazar

This commit is contained in:
Jeremy Thomas
2017-12-09 15:28:43 +00:00
parent 5727a99d68
commit 1583bb89f1
7 changed files with 13 additions and 1 deletions

View File

@@ -25,3 +25,4 @@
* Matt Swan * Matt Swan
* Kyu * Kyu
* Takayuki Yamaguchi [@takyam](https://twitter.com/@takyam) * Takayuki Yamaguchi [@takyam](https://twitter.com/@takyam)
* Leo Zeba [@leozeba](https://twitter.com/@leozeba)

View File

@@ -31,6 +31,11 @@
} }
], ],
"10": [ "10": [
{
"FirstName": "Leo",
"LastName": "Zeba",
"Twitter": "leozeba"
},
{ {
"FirstName": "Takayuki", "FirstName": "Takayuki",
"LastName": "Yamaguchi", "LastName": "Yamaguchi",

View File

@@ -11,6 +11,9 @@
<a href="http://bestcss.in/" target="_blank"> <a href="http://bestcss.in/" target="_blank">
<img src="{{ site.url }}/images/sponsors/bestcss.png" alt="bestcss logo"> <img src="{{ site.url }}/images/sponsors/bestcss.png" alt="bestcss logo">
</a> </a>
<a href="https://nazar.io/" target="_blank">
<img src="{{ site.url }}/images/sponsors/nazar.png" alt="nazar logo">
</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -5,4 +5,5 @@
align-items: center align-items: center
display: flex display: flex
justify-content: center justify-content: center
margin-right: 3rem
width: 150px width: 150px

View File

@@ -4370,6 +4370,7 @@ a.box:active {
position: absolute !important; position: absolute !important;
right: 0.625em; right: 0.625em;
top: 0.625em; top: 0.625em;
z-index: 4;
} }
.control.is-loading.is-small:after { .control.is-loading.is-small:after {
@@ -6247,7 +6248,7 @@ a.dropdown-item.is-active {
justify-content: center; justify-content: center;
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
z-index: 20; z-index: 40;
} }
.modal.is-active { .modal.is-active {
@@ -13361,6 +13362,7 @@ html.route-index .hero.is-primary a.column:hover .title strong {
-webkit-box-pack: center; -webkit-box-pack: center;
-ms-flex-pack: center; -ms-flex-pack: center;
justify-content: center; justify-content: center;
margin-right: 3rem;
width: 150px; width: 150px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB