Skip to content

Commit 17e48ba

Browse files
committed
Minor cleanup
1 parent 4ee8490 commit 17e48ba

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

main.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ nav .links a {
275275
display: -webkit-box;
276276
display: -ms-flexbox;
277277
display: flex;
278-
margin: 30px auto 20px auto;
278+
margin: 30px auto 20px;
279279
}
280280

281281
#screens > div#projects .project .link {
@@ -354,8 +354,8 @@ nav .links a {
354354

355355
@-webkit-keyframes ripple {
356356
0% {
357-
height: 0px;
358-
width: 0px;
357+
height: 0;
358+
width: 0;
359359
opacity: 1;
360360
}
361361
80% {
@@ -369,8 +369,8 @@ nav .links a {
369369

370370
@keyframes ripple {
371371
0% {
372-
height: 0px;
373-
width: 0px;
372+
height: 0;
373+
width: 0;
374374
opacity: 1;
375375
}
376376
80% {
@@ -449,7 +449,7 @@ nav .links a {
449449
height: 300px;
450450
}
451451
#projects .project {
452-
margin-right: 0px;
452+
margin-right: 0;
453453
}
454454
@-webkit-keyframes slider {
455455
10%,
@@ -500,4 +500,3 @@ nav .links a {
500500
width: 50px !important;
501501
}
502502
}
503-
/*# sourceMappingURL=main.css.map */

main.css.map

Lines changed: 0 additions & 9 deletions
This file was deleted.

main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ nav {
178178
}
179179
.links {
180180
display: flex;
181-
margin: 30px auto 20px auto;
181+
margin: 30px auto 20px;
182182
}
183183
.link {
184184
border: 1px solid var(--border-color);
@@ -233,8 +233,8 @@ nav {
233233
}
234234
@keyframes ripple {
235235
0% {
236-
height: 0px;
237-
width: 0px;
236+
height: 0;
237+
width: 0;
238238
opacity: 1;
239239
}
240240
80% {
@@ -300,7 +300,7 @@ nav {
300300
height: 300px;
301301
}
302302
.project {
303-
margin-right: 0px;
303+
margin-right: 0;
304304
}
305305
}
306306
@keyframes slider {

0 commit comments

Comments
 (0)