Skip to content

Commit c50c40e

Browse files
committed
added npm
1 parent 903af67 commit c50c40e

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

docs/index.html

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
position: absolute;
4848
top: 50%;
4949
left: 80px;
50-
right: 70px;
50+
right: 105px;
5151
}
5252
header > .icon {
5353
height: 60px;
@@ -83,13 +83,28 @@
8383
margin: 0 10px 0 0;
8484
}
8585
header .social {
86+
align-items: center;
87+
display: flex;
8688
flex-grow: 1;
8789
font-size: 30px;
90+
justify-content: flex-end;
8891
text-align: right;
8992
}
9093
header .social a {
9194
color: #222222;
9295
}
96+
header .social a.npm {
97+
align-items: center;
98+
background-color: #CB3837;;
99+
border-radius: 10000px;
100+
display: inline-flex;
101+
color: #FFFFFF;
102+
font-size: 16px;
103+
height: 30px;
104+
justify-content: center;
105+
margin-right: 5px;
106+
width: 30px;
107+
}
93108
main {
94109
margin: auto;
95110
max-width: 960px;
@@ -162,7 +177,7 @@
162177
margin-left: 2px;
163178
}
164179
}
165-
@media (max-width: 534px) {
180+
@media (max-width: 568px) {
166181
header .products {
167182
display: none;
168183
}
@@ -191,7 +206,12 @@ <h6>Foundation</h6>
191206
</div>
192207
</nav>
193208
<nav class="social">
194-
<a href="https://github.com/stackpress"><i class="fab fa-fw fa-github"></i></a>
209+
<a class="npm" href="https://www.npmjs.com/org/stackpress">
210+
<i class="fab fa-fw fa-npm"></i>
211+
</a>
212+
<a href="https://github.com/stackpress">
213+
<i class="fab fa-fw fa-github"></i>
214+
</a>
195215
</nav>
196216
</header>
197217
<main>

0 commit comments

Comments
 (0)