File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 position : absolute;
4848 top : 50% ;
4949 left : 80px ;
50- right : 70 px ;
50+ right : 105 px ;
5151 }
5252 header > .icon {
5353 height : 60px ;
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+ bor der- radius: 10000px;
100+ dis play: 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 ;
162177 margin-left : 2px ;
163178 }
164179 }
165- @media (max-width : 534 px ) {
180+ @media (max-width : 568 px ) {
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 >
You can’t perform that action at this time.
0 commit comments