Skip to content

Commit 7a2d4ce

Browse files
committed
adding resume
1 parent 6ee54ee commit 7a2d4ce

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
-68 KB
Binary file not shown.
-75.1 KB
Binary file not shown.
File renamed without changes.

src/scss/_custom.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ body {
66
background-color: $white;
77
opacity: 0;
88

9-
article {
10-
transform: translateY(35vh);
11-
}
9+
// article {
10+
// transform: translateY(35vh);
11+
// }
1212

1313
&.tween {
1414
// on load
1515
opacity: 1;
1616
transition: all 0.7s ease-in;
1717

18-
article {
19-
transition: all 0.7s ease-in;
20-
transform: translateY(0px);
21-
}
18+
// article {
19+
// transition: all 0.7s ease-in;
20+
// transform: translateY(0px);
21+
// }
2222
}
2323

2424
&.page--all {
@@ -245,8 +245,8 @@ ul.portfolio {
245245
/* Custom Positioning Classes */
246246
.position-bottom-right {
247247
position: absolute;
248-
bottom: 2em;
249-
right: 0;
248+
bottom: 0;
249+
right: 5vh;
250250
pointer-events: none;
251251
}
252252

0 commit comments

Comments
 (0)