We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee54ee commit 7a2d4ceCopy full SHA for 7a2d4ce
build/assets/resume/klangford_2019.pdf
-68 KB
build/assets/resume/klangford_resume.pdf
-75.1 KB
…d/assets/resume/kLangford_resume2020.pdf …ld/assets/resume/kylelangford_resume.pdfbuild/assets/resume/kLangford_resume2020.pdf renamed to build/assets/resume/kylelangford_resume.pdf
src/scss/_custom.scss
@@ -6,19 +6,19 @@ body {
6
background-color: $white;
7
opacity: 0;
8
9
- article {
10
- transform: translateY(35vh);
11
- }
+ // article {
+ // transform: translateY(35vh);
+ // }
12
13
&.tween {
14
// on load
15
opacity: 1;
16
transition: all 0.7s ease-in;
17
18
19
- transition: all 0.7s ease-in;
20
- transform: translateY(0px);
21
+ // transition: all 0.7s ease-in;
+ // transform: translateY(0px);
22
}
23
24
&.page--all {
@@ -245,8 +245,8 @@ ul.portfolio {
245
/* Custom Positioning Classes */
246
.position-bottom-right {
247
position: absolute;
248
- bottom: 2em;
249
- right: 0;
+ bottom: 0;
+ right: 5vh;
250
pointer-events: none;
251
252
0 commit comments