File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 157
157
</ div >
158
158
</ div >
159
159
</ li >
160
- < li >
160
+ < li class =" social-icon " >
161
161
< svg width ="0 " height ="0 " class ="gradient-svg ">
162
162
< defs >
163
163
< linearGradient
181
181
< i class ="fa-brands fa-github "> </ i >
182
182
</ a >
183
183
</ li >
184
- < li >
184
+ < li class =" social-icon " >
185
185
< a
186
186
href ="https://twitter.com/nestframework "
187
187
target ="_blank "
190
190
< i class ="fa-brands fa-x-twitter "> </ i >
191
191
</ a >
192
192
</ li >
193
- < li >
193
+ < li class =" social-icon " >
194
194
< a
195
195
href ="https://linkedin.com/company/19078346 "
196
196
target ="_blank "
270
270
</ div >
271
271
</ div >
272
272
</ li >
273
- < li >
273
+ < li class =" social-icon " >
274
274
< a
275
275
href ="https://github.com/nestjs/nest "
276
276
target ="_blank "
279
279
< i class ="fa-brands fa-github "> </ i >
280
280
</ a >
281
281
</ li >
282
- < li >
282
+ < li class =" social-icon " >
283
283
< a
284
284
href ="https://twitter.com/nestframework "
285
285
target ="_blank "
288
288
< i class ="fa-brands fa-x-twitter "> </ i >
289
289
</ a >
290
290
</ li >
291
- < li >
291
+ < li class =" social-icon " >
292
292
< a
293
293
href ="https://linkedin.com/company/19078346 "
294
294
target ="_blank "
Original file line number Diff line number Diff line change @@ -46,12 +46,15 @@ a:active {
46
46
font-weight : bold;
47
47
color : # fff ;
48
48
font-size : 16px ;
49
- margin-left : 25px ;
50
49
transition : all 100ms ease-in;
51
50
-moz-transition : all 100ms ease-in;
52
51
-webkit-transition : all 100ms ease-in;
53
52
}
54
53
54
+ .nav-wrapper > li : not (.social-icon ) {
55
+ margin-left : 25px ;
56
+ }
57
+
55
58
.nav-wrapper .arrow {
56
59
font-size : 12px ;
57
60
margin-left : 4px ;
@@ -711,7 +714,6 @@ a:active {
711
714
.navbar-sticky .nav-wrapper > li > span {
712
715
color : # 090909 ;
713
716
font-size : 14px ;
714
- margin-left : 20px ;
715
717
}
716
718
717
719
.navbar-sticky .nav-wrapper a : hover {
You can’t perform that action at this time.
0 commit comments