File tree Expand file tree Collapse file tree 3 files changed +10
-20
lines changed Expand file tree Collapse file tree 3 files changed +10
-20
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ nav .links a {
275
275
display : -webkit-box;
276
276
display : -ms-flexbox;
277
277
display : flex;
278
- margin : 30px auto 20px auto ;
278
+ margin : 30px auto 20px ;
279
279
}
280
280
281
281
# screens > div # projects .project .link {
@@ -354,8 +354,8 @@ nav .links a {
354
354
355
355
@-webkit-keyframes ripple {
356
356
0% {
357
- height : 0 px ;
358
- width : 0 px ;
357
+ height : 0 ;
358
+ width : 0 ;
359
359
opacity : 1 ;
360
360
}
361
361
80% {
@@ -369,8 +369,8 @@ nav .links a {
369
369
370
370
@keyframes ripple {
371
371
0% {
372
- height : 0 px ;
373
- width : 0 px ;
372
+ height : 0 ;
373
+ width : 0 ;
374
374
opacity : 1 ;
375
375
}
376
376
80% {
@@ -449,7 +449,7 @@ nav .links a {
449
449
height : 300px ;
450
450
}
451
451
# projects .project {
452
- margin-right : 0 px ;
452
+ margin-right : 0 ;
453
453
}
454
454
@-webkit-keyframes slider {
455
455
10% ,
@@ -500,4 +500,3 @@ nav .links a {
500
500
width : 50px !important ;
501
501
}
502
502
}
503
- /*# sourceMappingURL=main.css.map */
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ nav {
178
178
}
179
179
.links {
180
180
display : flex ;
181
- margin : 30px auto 20px auto ;
181
+ margin : 30px auto 20px ;
182
182
}
183
183
.link {
184
184
border : 1px solid var (--border-color );
@@ -233,8 +233,8 @@ nav {
233
233
}
234
234
@keyframes ripple {
235
235
0% {
236
- height : 0 px ;
237
- width : 0 px ;
236
+ height : 0 ;
237
+ width : 0 ;
238
238
opacity : 1 ;
239
239
}
240
240
80% {
@@ -300,7 +300,7 @@ nav {
300
300
height : 300px ;
301
301
}
302
302
.project {
303
- margin-right : 0 px ;
303
+ margin-right : 0 ;
304
304
}
305
305
}
306
306
@keyframes slider {
You can’t perform that action at this time.
0 commit comments